-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
executable file
·41 lines (41 loc) · 883 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":".",
"version":"1.0.0",
"author":"You",
"location":"",
"slug":"",
"createPackageDirectory":false,
"type":"mvc",
"keywords":"",
"homepage":"",
"documentation":"",
"repository":{
"type":"",
"url":""
},
"bugs":"",
"shortDescription":"",
"contributors":[],
"ignore":[],
"devDependencies":{
"testbox":"^4.2.1+400",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"commandbox-cfformat":"*"
},
"installPaths":{
"coldbox":"coldbox/",
"testbox":"testbox/",
"cbwire":"modules/cbwire/",
"cbvalidation":"modules/cbvalidation/"
},
"dependencies":{
"coldbox":"^6.0.0",
"cbwire":"3",
"cbvalidation":"^4.3.1+25"
},
"scripts":{},
"testbox":{
"runner":"/tests/runner.cfm"
}
}