File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 9
9
tests /results
10
10
modules /relax
11
11
testbox
12
+ coldbox
Original file line number Diff line number Diff line change 1
1
{
2
- "name" :" " ,
2
+ "name" :" ColdBox Debugger Sample Application " ,
3
3
"version" :" 1.0.0.0000" ,
4
4
"author" :" " ,
5
5
"location" :" " ,
13
13
"url" :" "
14
14
},
15
15
"bugs" :" " ,
16
- "slug" :" " ,
16
+ "slug" :" cbdebugger-sample-app " ,
17
17
"shortDescription" :" " ,
18
18
"description" :" " ,
19
19
"instructions" :" " ,
20
20
"changelog" :" " ,
21
21
"type" :" " ,
22
22
"keywords" :[
23
-
23
+
24
24
],
25
25
"private" :false ,
26
26
"engines" :[
43
43
}
44
44
],
45
45
"contributors" :[
46
-
46
+
47
47
],
48
48
"dependencies" :{
49
- "relax" :" 1.7"
49
+ "relax" :" 1.7" ,
50
+ "coldbox" :" 4.1.0+00002"
50
51
},
51
52
"devDependencies" :{
52
-
53
+ "testbox" : " 2.0.0 "
53
54
},
54
55
"installPaths" :{
55
- "relax" :" modules/relax"
56
+ "relax" :" modules/relax" ,
57
+ "coldbox" :" coldbox" ,
58
+ "testbox" :" testbox"
56
59
},
57
60
"ignore" :[
58
-
61
+
59
62
],
60
63
"testbox" :{
61
64
"runner" :[
64
67
}
65
68
],
66
69
"labels" :[
67
-
70
+
68
71
],
69
72
"reporter" :" " ,
70
73
"reporterResults" :" " ,
76
79
"recurse" :true
77
80
},
78
81
"watchers" :[
79
-
82
+
80
83
],
81
84
"notify" :{
82
85
"emails" :[
83
-
86
+
84
87
],
85
88
"growl" :" " ,
86
89
"url" :" "
87
90
}
88
91
}
89
- }
92
+ }
You can’t perform that action at this time.
0 commit comments