We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f8b45 commit 3bafe16Copy full SHA for 3bafe16
package.json
@@ -3,10 +3,17 @@
3
"description": "A starter project for AngularJS",
4
"repository": "https://github.com/angular/angular-seed",
5
"devDependencies": {
6
- "phantomjs" : "~1.9",
7
- "karma" : "~0.10",
8
- "karma-junit-reporter" : "~0.1",
9
- "karma-jasmine" : "~0.1",
10
- "karma-ng-scenario" : "~0.1"
+ "phantomjs": "~1.9",
+ "karma": "~0.10.4",
+ "karma-junit-reporter": "~0.1",
+ "karma-jasmine": "~0.1.3",
+ "karma-ng-scenario": "~0.1",
11
+ "karma-chrome-launcher": "~0.1.0",
12
+ "karma-firefox-launcher": "~0.1.0",
13
+ "karma-html2js-preprocessor": "~0.1.0",
14
+ "karma-requirejs": "~0.1.0",
15
+ "karma-coffee-preprocessor": "~0.1.0",
16
+ "karma-phantomjs-launcher": "~0.1.0",
17
+ "karma-script-launcher": "~0.1.0"
18
}
19
0 commit comments