forked from cfwheels/cfwheels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box-core.json
41 lines (41 loc) · 1.09 KB
/
box-core.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name":"CFWheels Core",
"version":"@build.version@",
"author":"CFWheels Core Team and Community, repackaged by Peter Amiri",
"shortDescription":"CFWheels MVC Framework Core Directory",
"location":"ForgeboxStorage",
"slug":"cfwheels",
"directory":"/wheels",
"createPackageDirectory":true,
"packageDirectory":"/wheels",
"homepage":"https://cfwheels.org/",
"documentation":"https://docs.cfwheels.org/",
"changelog":"https://github.com/cfwheels/cfwheels/blob/master/CHANGELOG.md",
"bugs":"https://github.com/cfwheels/cfwheels/issues",
"contributors":[
"Peter Amiri <[email protected]>"
],
"repository":{
"type":"git",
"URL":"https://github.com/cfwheels/cfwheels"
},
"keywords":[
"mvc",
"rails",
"wheels",
"cfwheels",
"core"
],
"ignore":[
"box.json",
"readme.md"
],
"type":"mvc",
"private":false,
"license":[
{
"type":"Apache License 2.0",
"URL":"https://github.com/cfwheels/cfwheels/blob/master/LICENSE"
}
]
}