blob: b051bb86545775dc9881a3d73fc67952ee04e825 [file]
{
"name": "karma-spec-reporter",
"version": "0.0.32",
"description": "A Karma plugin. Report all spec-results to console (like mocha's spec reporter).",
"main": "index.js",
"scripts": {
"test": "mocha-runner --reporter spec test/**/*.spec.js",
"coverage": "istanbul cover -x test/**/*.js node_modules/mocha/bin/_mocha -- --reporter spec test/**/*.js",
"precoverage-report": "run-s coverage",
"coverage-report": "istanbul report"
},
"repository": {
"type": "git",
"url": "git://github.com/mlex/karma-spec-reporter.git"
},
"keywords": [
"karma-plugin",
"reporter"
],
"author": "Michael Lex <michael.lex@codecentric.de>",
"dependencies": {
"colors": "^1.1.2"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"mocha": "^3.2.0",
"mocha-runner": "^1.1.1",
"npm-run-all": "^4.0.2",
"rewire": "^2.5.1",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"files": [
"index.js"
]
}