-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbox.json
25 lines (25 loc) · 1.19 KB
/
box.json
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" : "FW/1 Commands",
"slug" : "fw1-commands",
"version" : "2.1.1",
"author" : "Tony Junkes - @cfchef",
"location" : "https://github.com/framework-one/fw1-commands/archive/master.zip",
"Homepage" : "https://github.com/framework-one/fw1-commands",
"Documentation" : "https://github.com/framework-one/fw1-commands/blob/master/README.md",
"Repository" : {
"type" : "git", "URL" : "https://github.com/framework-one/fw1-commands.git"
},
"Bugs" : "https://github.com/framework-one/fw1-commands/issues",
"shortDescription" : "A collection of CommandBox commands for FW/1.",
"description" : "A collection of CommandBox commands for FW/1.",
"instructions" : "https://github.com/framework-one/fw1-commands/blob/master/README.md",
"changelog" : "https://github.com/framework-one/fw1-commands/commits/master",
"type" : "commandbox-modules",
"keywords" : [ "fw1", "framework one", "commandbox", "commands" ],
"private" : "false",
"License" : [
{ "type" : "MIT" }
],
"Contributors" : [ {"name": "Contributors List", "url": "https://github.com/framework-one/fw1-commands/graphs/contributors"} ],
"ignore" : [ "*.md", "*.txt" ]
}