-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
37 lines (37 loc) · 832 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
{
"name":"simplePOC",
"version":"1.0.0",
"location":"",
"author":"You",
"slug":"simplepoc",
"createPackageDirectory":false,
"type":"mvc",
"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/",
"cbvalidation":"modules/cbvalidation/"
},
"dependencies":{
"coldbox":"^6.0.0",
"cbvalidation":"^3.1.1+186",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*"
},
"scripts":{}
}