File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
"test" : " brunch test"
21
21
},
22
22
"dependencies" : {
23
+ "node-static" : " ^0.7.6"
24
+ },
25
+ "devDependencies" : {
23
26
"brunch" : " ^1.8.3" ,
27
+ "chai" : " 1.5" ,
24
28
"clean-css-brunch" : " >= 1.0 < 1.6" ,
29
+ "coffee-script" : " ^1.9.2" ,
25
30
"coffee-script-brunch" : " >= 1.0 < 1.6" ,
26
31
"css-brunch" : " >= 1.0 < 1.6" ,
27
32
"handlebars-brunch" : " >= 1.0 < 1.6" ,
28
33
"javascript-brunch" : " >= 1.0 < 1.6" ,
29
34
"less-brunch" : " >= 1.0 < 1.6" ,
30
- "node-static" : " ^0.7.6" ,
31
- "stylus-brunch" : " >= 1.0 < 1.6" ,
32
- "uglify-js-brunch" : " >= 1.0 < 1.6"
33
- },
34
- "devDependencies" : {
35
- "chai" : " 1.5" ,
36
- "coffee-script" : " ^1.9.2" ,
37
35
"shelljs" : " ^0.5.0" ,
38
36
"sinon" : " 1.6" ,
39
- "sinon-chai" : " 2.3"
37
+ "sinon-chai" : " 2.3" ,
38
+ "stylus-brunch" : " >= 1.0 < 1.6" ,
39
+ "uglify-js-brunch" : " >= 1.0 < 1.6"
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments