mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 22:35:38 +00:00
Fix: add karma-coverage dependency
This commit is contained in:
@@ -3,7 +3,13 @@
|
|||||||
"version": "1.0.0-SNAPSHOT",
|
"version": "1.0.0-SNAPSHOT",
|
||||||
"description": "An AngularJS client for CloudBudget",
|
"description": "An AngularJS client for CloudBudget",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"repository": "",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/Febbweiss/CloudBudget-AngularJS"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/Febbweiss/CloudBudget-AngularJS/issues"
|
||||||
|
},
|
||||||
"author": "Febbweiss",
|
"author": "Febbweiss",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "~3.2.4",
|
"express": "~3.2.4",
|
||||||
@@ -16,6 +22,7 @@
|
|||||||
"jasmine-core": "^2.3.4",
|
"jasmine-core": "^2.3.4",
|
||||||
"karma": "^0.13.9",
|
"karma": "^0.13.9",
|
||||||
"karma-chai": "^0.1.0",
|
"karma-chai": "^0.1.0",
|
||||||
|
"karma-coverage": "^0.5.2",
|
||||||
"karma-coveralls": "^1.1.2",
|
"karma-coveralls": "^1.1.2",
|
||||||
"karma-jasmine": "^0.3.6",
|
"karma-jasmine": "^0.3.6",
|
||||||
"karma-mocha": "^0.2.0",
|
"karma-mocha": "^0.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user