forked from gpickin/Coldfusion-Coldbox-Koans
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbox.json
31 lines (31 loc) · 813 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
{
"name":"ColdBox Koans",
"version":"2.0.0",
"author":"Ortus Solutions",
"slug":"coldbox-koans",
"type":"projects",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-samples/Coldfusion-Coldbox-Koans"
},
"bugs":"https://github.com/coldbox-samples/Coldfusion-Coldbox-Koans/issues",
"shortDescription":"A great way to learn ColdBox and BDD.",
"contributors":[
"Gavin Pickin",
"Luis Majano",
"Javier Quintero"
],
"ignore":[],
"devDependencies":{},
"installPaths":{
"coldbox":"coldbox",
"testbox":"testbox",
"mockdatacfc":"modules/mockdatacfc/"
},
"dependencies":{
"coldbox":"^5.1.3",
"testbox":"^2.8.0",
"mockdatacfc":"^2.4.0"
},
"scripts":{}
}