-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbox.json
executable file
·41 lines (41 loc) · 899 Bytes
/
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
{
"name":"My ColdBox App",
"version":"1.0.0",
"author":"You",
"location":"",
"slug":"my-coldbox-app",
"createPackageDirectory":false,
"type":"mvc",
"keywords":"",
"homepage":"",
"documentation":"",
"repository":{
"type":"",
"url":""
},
"bugs":"",
"shortDescription":"",
"contributors":[],
"ignore":[],
"devDependencies":{
"testbox":"*",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"commandbox-cfformat":"*"
},
"installPaths":{
"coldbox":"coldbox/",
"testbox":"testbox/",
"cbwire":"modules/cbwire/",
"cbvalidation":"modules/cbvalidation/"
},
"dependencies":{
"coldbox":"6.x",
"cbwire": "3",
"cbvalidation":"^4.3.0+24"
},
"scripts":{},
"testbox":{
"runner":"/tests/runner.cfm"
}
}