karma-kickoff
Version:
Kick off karma with ease along with running specific specs with one config file.
37 lines (36 loc) • 863 B
JSON
{
"name": "karma-kickoff",
"version": "0.0.6",
"description": "Kick off karma with ease along with running specific specs with one config file.",
"main": "index.js",
"scripts": {
"test": "mocha spec/*.js && ./bin/karma-kickoff --singleRun=true --autoWatch=false"
},
"bin": "./bin/karma-kickoff",
"repository": {
"type": "git",
"url": "https://github.com/nmccready/karma-kickoff.git"
},
"keywords": [
"karma",
"spec",
"testing",
"test"
],
"author": "Nicholas McCready",
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.1.11",
"karma": "1.X >= 0.13.X",
"lodash": "^4.17.4",
"yargs": "^6.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.2",
"mocha": "^3.2.0",
"rewire": "^2.5.2",
"sinon": "^1.17.7"
}
}