-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.json
More file actions
24 lines (24 loc) · 832 Bytes
/
module.json
File metadata and controls
24 lines (24 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "SPTransfer",
"alias": "sptransfer",
"description": "phpVMS v7 module for a Hub/Airline Transfer feature",
"version": "1.8",
"readme_url": "https://github.com/PaintSplasher/phpvms7_SPTransfer?tab=readme-ov-file",
"license_url": "https://github.com/PaintSplasher/phpvms7_SPTransfer?tab=License-1-ov-file",
"attribution": {
"text": "SPTransfer by Sass-Projects",
"url": "https://github.com/PaintSplasher/phpvms7_sptransfer",
"img": null
},
"keywords": [],
"active": 0,
"order": 9001,
"providers": [
"Modules\\SPTransfer\\Providers\\AppServiceProvider",
"Modules\\SPTransfer\\Providers\\EventServiceProvider",
"Modules\\SPTransfer\\Providers\\RouteServiceProvider"
],
"aliases": {},
"files": [],
"requires": []
}