File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ dependencies :
2
+ pre :
3
+ - bower install
4
+ cache_directories :
5
+ - " bower_components"
6
+ test :
7
+ post :
8
+ - grunt coveralls || true
Original file line number Diff line number Diff line change 27
27
"grunt-contrib-jshint" : " 0.10.0" ,
28
28
"grunt-contrib-uglify" : " 0.6.0" ,
29
29
"grunt-contrib-watch" : " 0.6.1" ,
30
+ "grunt-docular" : " 0.1.4" ,
30
31
"grunt-karma" : " 0.9.0" ,
31
32
"grunt-karma-coveralls" : " 2.5.2" ,
33
+ "jit-grunt" : " 0.9.0" ,
32
34
"karma" : " 0.12.24" ,
33
35
"karma-chai" : " 0.1.0" ,
34
36
"karma-chrome-launcher" : " 0.1.5" ,
35
37
"karma-coverage" : " 0.2.6" ,
36
- "karma-script-launcher" : " 0.1.0" ,
37
38
"karma-firefox-launcher" : " 0.1.3" ,
38
- "karma-phantomjs-launcher" : " 0.1.4" ,
39
39
"karma-mocha" : " 0.1.9" ,
40
+ "karma-phantomjs-launcher" : " 0.1.4" ,
41
+ "karma-script-launcher" : " 0.1.0" ,
40
42
"karma-sinon" : " 1.0.3" ,
41
43
"karma-spec-reporter" : " 0.0.13" ,
42
- "time-grunt" : " 1.0.0" ,
43
- "jit-grunt" : " 0.9.0" ,
44
- "grunt-docular" : " 0.1.4"
44
+ "time-grunt" : " 1.0.0"
45
45
},
46
46
"scripts" : {
47
47
"test" : " grunt test"
You can’t perform that action at this time.
0 commit comments