forked from wheels-dev/wheels
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
62 lines (62 loc) · 1.71 KB
/
box.json
File metadata and controls
62 lines (62 loc) · 1.71 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name":"Wheels.fw",
"version":"3.0.0-SNAPSHOT",
"author":"CFWheels Core Team and Community",
"shortDescription":"CFWheels MVC Framework Core Directory",
"location":"ForgeboxStorage",
"slug":"wheels.fw",
"directory":"vendor/wheels",
"createPackageDirectory":true,
"packageDirectory":"vendor/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",
"repository":{
"type":"git",
"URL":"https://github.com/cfwheels/cfwheels"
},
"keywords":[
"mvc",
"rails",
"wheels",
"cfwheels",
"core"
],
"ignore":[
"box.json",
"readme.md"
],
"installPathConvention":{
"modules":"vendor/",
"cfwheels-plugins":"vendor/"
},
"installPaths":{
"cfwheels":"vendor/wheels/",
"wirebox":"vendor/wirebox/",
"testbox":"vendor/testbox/"
},
"devDependencies":{
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"commandbox-cfformat":"*"
},
"dependencies":{
"wirebox":"^7",
"testbox":"^5"
},
"type":"mvc",
"private":false,
"license":[
{
"type":"Apache License 2.0",
"URL":"https://github.com/cfwheels/cfwheels/blob/master/LICENSE"
}
],
"scripts":{
"onServerInstall":"cfpm install image,mail,zip,debugger,caching,mysql,postgresql,sqlserver",
"format":"cfformat run --overwrite",
"format:watch":"cfformat watch ./.cfformat.json",
"format:check":"cfformat check"
}
}