embark/test_apps/coverage_app/package.json

21 lines
445 B
JSON
Raw Normal View History

{
"name": "coverage_app",
"version": "0.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"coverage": "istanbul report --root .embark --format html",
"embark": "node ../../bin/embark",
"test": "npm run embark test"
},
"author": "",
"license": "ISC",
"homepage": "",
"dependencies": {
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2",
"istanbul": "^0.4.5"
}
}