2018-08-20 17:54:44 +00:00
|
|
|
{
|
|
|
|
"name": "coverage_app",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"scripts": {
|
2018-09-07 03:43:52 +00:00
|
|
|
"coverage": "istanbul report --root .embark --format html",
|
|
|
|
"embark": "node ../../bin/embark",
|
|
|
|
"test": "npm run embark test"
|
2018-08-20 17:54:44 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"homepage": "",
|
|
|
|
"dependencies": {
|
|
|
|
"react": "^16.3.2",
|
|
|
|
"react-bootstrap": "^0.32.1",
|
|
|
|
"react-dom": "^16.3.2",
|
|
|
|
"istanbul": "^0.4.5"
|
|
|
|
}
|
|
|
|
}
|