-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
executable file
·52 lines (52 loc) · 1.4 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
{
"name":"wheelsapi",
"version":"1.0.0",
"author":"CFWheels Core Team and Community, repackaged by Peter Amiri",
"shortDescription":"CFWheels API Site",
"location":"",
"slug":"cfwheels-api",
"createPackageDirectory":false,
"type":"cfwheels-templates",
"keywords":[
"mvc",
"rails",
"wheels",
"cfwheels",
"core"
],
"homepage":"https://cfwheels.org/",
"documentation":"https://docs.cfwheels.org/",
"repository":{
"type":"git",
"URL":"https://github.com/cfwheels/cfwheels-api"
},
"bugs":"https://github.com/cfwheels/cfwheels-api/issues",
"contributors":[
"Peter Amiri <[email protected]>"
],
"ignore":[],
"devDependencies":{
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"commandbox-cfformat":"*"
},
"installPaths":{
"cfwheels":"wheels/",
"cfwheels-dotenvsettings":"plugins/DotEnvSettings/",
"semver":"miscellaneous/semver/"
},
"dependencies":{
"cfwheels":"2.3.0",
"orgh213172lex":"lex:https://ext.lucee.org/org.h2-1.3.172.lex",
"cfwheels-dotenvsettings":"^1.0.0",
"semver":"^1.2.6"
},
"private":false,
"license":[
{
"type":"Apache License 2.0",
"URL":"https://github.com/cfwheels/cfwheels/blob/master/LICENSE"
}
],
"scripts":{}
}