forked from cfwheels/cfwheels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
47 lines (47 loc) · 1.31 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name":"CFWheels",
"version":"2.5.0-dev",
"author":"CFWheels Core Team and Community",
"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"
}
],
"scripts":{
"install:2021":"run-script cfpm:install zip,debugger,orm,mysql,postgresql,sqlserver,feed",
"format":"cfformat run --overwrite",
"format:watch":"cfformat watch ./.cfformat.json",
"format:check":"cfformat check"
}
}