Added karma-coverage to package.json

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-18 14:51:51 -03:00
parent b50b4e1aee
commit c0499089b1
1 changed files with 2 additions and 1 deletions

View File

@ -63,15 +63,16 @@
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.5.3",
"grunt-exec": "*",
"grunt-jsdoc": "^0.5.7",
"grunt-markdown": "^0.5.0",
"grunt-mocha-test": "^0.8.2",
"grunt-release": "^0.7.0",
"grunt-exec": "*",
"istanbul": "^0.2.10",
"karma": "^0.12.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",