Permalink
Cannot retrieve contributors at this time
{ | |
"name": "karma-test", | |
"version": "2.0.3", | |
"description": "Playground for karma mocha chai sinon istanbul codecov", | |
"main": "index.js", | |
"scripts": { | |
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run", | |
"twatch": "./node_modules/karma/bin/karma start karma.conf.js", | |
"codecov": "cat ./coverage/*/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/tongrhj/karma-test.git" | |
}, | |
"author": "Jared Tong <tongrhj@users.noreply.github.com>", | |
"license": "ISC", | |
"devDependencies": { | |
"babel-polyfill": "^6.9.1", | |
"babel-preset-es2015": "^6.9.0", | |
"babelify": "^7.3.0", | |
"browserify": ">=10 <14", | |
"browserify-istanbul": "^3.0.1", | |
"chai": "^4.1.2", | |
"codecov.io": "^0.1.6", | |
"istanbul": "^0.4.4", | |
"karma": "^3.0.0", | |
"karma-browserify": "^5.0.5", | |
"karma-chrome-launcher": "^2.0.0", | |
"karma-coverage": "^1.0.0", | |
"karma-firefox-launcher": "^1.0.0", | |
"karma-mocha": "^1.1.1", | |
"karma-mocha-reporter": "^2.0.4", | |
"karma-phantomjs-launcher": "^1.0.2", | |
"karma-safari-launcher": "^1.0.0", | |
"karma-sinon-chai": "^2.0.2", | |
"lolex": "^2.7.1", | |
"mocha": "^5.2.0", | |
"phantomjs-prebuilt": "^2.1.7", | |
"sinon": "^6.0.1", | |
"sinon-chai": "^3.2.0", | |
"watchify": "^3.7.0" | |
}, | |
"bugs": { | |
"url": "https://github.com/tongrhj/karma-test/issues" | |
}, | |
"homepage": "https://github.com/tongrhj/karma-test#readme" | |
} |