react-components-library
Version:
replace 'onBrowserComplete' on karma-coverage with
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "react-components-library",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/troianoandres/react-components-library.git"
},
"author": "Troiano Andres",
"license": "MIT",
"devDependencies": {
"coverageify": "1.0.*",
"firebase": "^2.2.9",
"gulp": "^3.9.0",
"gulp-builder": "^1.1.0",
"gulp-jasmine": "^2.0.1",
"istanbulify": "^0.1.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.2",
"karma-browserify": "^4.2.1",
"karma-coverage": "0.2.6",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17",
"react-tools": "^0.13.3",
"reactfire": "^0.5.0",
"reactify": "^1.1.1",
"run-sequence": "^1.1.1",
"yargs": "^3.15.0"
},
"dependencies": {
"classnames": "^2.1.3",
"jquery": "^2.1.4",
"lodash": "^3.10.0",
"react": "^0.13.3",
"react-router": "^0.13.3"
}
}