|
95 | 95 | "grunt-contrib-jshint": "~0.11.2", |
96 | 96 | "grunt-contrib-uglify": "^0.9.1", |
97 | 97 | "grunt-contrib-watch": "~0.6.1",<% if (filters.jade) { %> |
98 | | - "grunt-contrib-jade": "^0.15.0",<% } %><% if (filters.less) { %> |
| 98 | + "grunt-contrib-jade": "^0.15.0", |
| 99 | + "karma-ng-jade2js-preprocessor": "^0.2.0",<% } %><% if (filters.less) { %> |
99 | 100 | "grunt-contrib-less": "^1.0.0",<% } %><% if(filters.babel) { %> |
100 | 101 | "karma-babel-preprocessor": "^5.2.1",<% } %> |
101 | 102 | "grunt-babel": "~5.0.0", |
102 | 103 | "grunt-google-cdn": "~0.4.0", |
103 | | - "grunt-jscs": "^2.0.0", |
| 104 | + "grunt-jscs": "^2.1.0", |
104 | 105 | "grunt-newer": "^1.1.1", |
105 | 106 | "grunt-ng-annotate": "^1.0.1", |
106 | 107 | "grunt-ng-constant": "^1.1.0", |
107 | 108 | "grunt-filerev": "^2.3.1", |
108 | 109 | "grunt-usemin": "^3.0.0", |
109 | 110 | "grunt-env": "~0.4.1", |
110 | | - "grunt-node-inspector": "^0.2.0", |
| 111 | + "grunt-node-inspector": "^0.4.1", |
111 | 112 | "grunt-nodemon": "^0.4.0", |
112 | 113 | "grunt-angular-templates": "^0.5.4", |
113 | 114 | "grunt-dom-munger": "^3.4.0", |
|
129 | 130 | "connect-livereload": "^0.5.3", |
130 | 131 | "mocha": "^2.2.5", |
131 | 132 | "istanbul": "^0.3.17", |
| 133 | + "chai": "^3.2.0", |
| 134 | + "sinon": "^1.16.1", |
132 | 135 | "chai-as-promised": "^5.1.0", |
133 | 136 | "chai-things": "^0.2.0", |
134 | 137 | "sinon-chai": "^2.8.0",<% if (filters.mocha) { %> |
|
142 | 145 | "karma-firefox-launcher": "~0.1.6", |
143 | 146 | "karma-script-launcher": "~0.1.0", |
144 | 147 | "karma-html2js-preprocessor": "~0.1.0", |
145 | | - "karma-ng-jade2js-preprocessor": "^0.2.0", |
146 | 148 | "karma-chrome-launcher": "~0.2.0", |
147 | 149 | "requirejs": "~2.1.11", |
148 | 150 | "karma-requirejs": "~0.2.2", |
149 | 151 | "karma-jade-preprocessor": "0.0.11", |
| 152 | + "phantomjs": "^1.9.18", |
150 | 153 | "karma-phantomjs-launcher": "~0.2.0", |
151 | 154 | "karma": "~0.13.3", |
152 | 155 | "karma-ng-html2js-preprocessor": "~0.1.2", |
|
0 commit comments