Skip to content

Commit 3bafe16

Browse files
committedNov 27, 2013
chore(package.json): add necessary karma dependencies
1 parent 98f8b45 commit 3bafe16

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed
 

‎package.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"description": "A starter project for AngularJS",
44
"repository": "https://github.com/angular/angular-seed",
55
"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"
6+
"phantomjs": "~1.9",
7+
"karma": "~0.10.4",
8+
"karma-junit-reporter": "~0.1",
9+
"karma-jasmine": "~0.1.3",
10+
"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"
1118
}
1219
}

0 commit comments

Comments
 (0)