forked from bdw429s/coldbox-legacy-app-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
24 lines (24 loc) · 828 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
{
"name":"ColdBox Legacy App Demo",
"version":"1.0.0",
"author":"Brad Wood ([email protected])",
"createPackageDirectory":false,
"homepage":"https://github.com/bdw429s/coldbox-legacy-app-demo",
"documentation":"https://github.com/bdw429s/coldbox-legacy-app-demo/blob/master/README.md",
"repository":{
"type":"Git",
"URL":"[email protected]:bdw429s/coldbox-legacy-app-demo.git"
},
"bugs":"https://github.com/bdw429s/coldbox-legacy-app-demo/issues",
"slug":"coldbox-legacy-app-demo",
"shortDescription":"A sample app that is part legacy and part Coldbox MVC",
"type":"projects ",
"keywords":"Coldbox,legacy,FuseBox,ColdFusion",
"private":false,
"dependencies":{
"coldbox":"^5.2.0+791"
},
"installPaths":{
"coldbox":"coldbox"
}
}