-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
23 lines (23 loc) · 665 Bytes
/
module.json
File metadata and controls
23 lines (23 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Following",
"alias": "following",
"description": "FreeScout Module that adds a Following folder.",
"version": "1.0.0",
"detailsUrl": "https://github.com/avenjamin/freescout-Following-Module",
"author": "Ben Perry",
"authorUrl": "https://github.com/avenjamin",
"requiredAppVersion": "1.8.58",
"license": "AGPL-3.0",
"keywords": [],
"img": "/modules/following/img/freescout-following-module-256x256.png",
"active": 0,
"order": 0,
"providers": [
"Modules\\Following\\Providers\\FollowingServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": []
}