We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e901b0 + 4228330 commit 6d6a153Copy full SHA for 6d6a153
app/templates/_package.json
@@ -83,6 +83,8 @@
83
"grunt-mocha-test": "~0.12.7",
84
"grunt-mocha-istanbul": "^3.0.1",
85
"istanbul": "^0.3.17",
86
+ "chai": "^3.2.0",
87
+ "sinon": "^1.16.1",
88
"chai-as-promised": "^5.1.0",
89
"chai-things": "^0.2.0",
90
"sinon-chai": "^2.8.0",<% if (filters.mocha) { %>
@@ -100,6 +102,7 @@
100
102
"requirejs": "~2.1.11",
101
103
"karma-requirejs": "~0.2.2",
104
"karma-jade-preprocessor": "0.0.11",
105
+ "phantomjs": "^1.9.18",
106
"karma-phantomjs-launcher": "~0.2.0",
107
"karma": "~0.13.3",
108
"karma-ng-html2js-preprocessor": "~0.1.2",
0 commit comments