-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
52 lines (52 loc) · 1.35 KB
/
box.json
File metadata and controls
52 lines (52 loc) · 1.35 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
{
"name":"Wheels.dev",
"version":"0.0.0.1",
"author":"Wheels Core Team",
"shortDescription":"Wheels Community website",
"slug":"wheels.dev",
"homepage":"https://wheels.dev/",
"keywords":[
"mvc",
"rails",
"wheels",
"cfwheels",
"core"
],
"ignore":[
"box.json",
"readme.md"
],
"installPathConvention":{
"modules":"vendor/",
"cfwheels-plugins":"vendor/"
},
"installPaths":{
"wheels-core":"vendor/wheels/",
"wirebox":"vendor/wirebox/",
"testbox":"vendor/testbox/",
"semver":"app/lib/semver/",
"logbox":"app/lib/logbox/",
"cfwheels-bcrypt":"plugins/bcrypt/"
},
"devDependencies":{
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"commandbox-cfformat":"*"
},
"dependencies":{
"wirebox":"^7",
"testbox":"^5",
"semver":"^1.2.6",
"logbox":"7.3.1+17",
"wheels-core":"^3.0.1-snapshot+1151",
"cfwheels-bcrypt":"^1.0.2"
},
"type":"mvc",
"private":true,
"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"
}
}