-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
25 lines (25 loc) · 782 Bytes
/
Copy pathmodule.json
File metadata and controls
25 lines (25 loc) · 782 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
25
{
"name": "Paid Memberships Pro",
"alias": "pmprofreescout",
"description": "Links Paid Memberships Pro order details into freescout widget via REST API.",
"version": "1.1.0",
"detailsUrl": "https://strangerstudios.com",
"author": "Stranger Studios",
"authorUrl": "https://strangerstudios.com",
"requiredAppVersion": "1.0.2",
"license": "AGPL-2.0",
"keywords": [],
"active": 0,
"order": 0,
"img": "/modules/pmprofreescout/img/PMProFreescout.png",
"providers": [
"Modules\\PmproFreescout\\Providers\\PmproFreescoutServiceProvider"
],
"aliases": {
"PmproFreescout": "Modules\\PmproFreescout\\Providers\\PmproFreescoutServiceProvider"
},
"files": [
"start.php"
],
"requires": []
}