package.json
1 { 2 "name": "coverage_app", 3 "version": "0.0.1", 4 "description": "", 5 "main": "Gruntfile.js", 6 "scripts": { 7 "coverage": "istanbul report --root .embark --format html", 8 "embark": "node ../../bin/embark", 9 "test": "npm run embark test" 10 }, 11 "author": "", 12 "license": "ISC", 13 "homepage": "", 14 "dependencies": { 15 "react": "^16.3.2", 16 "react-bootstrap": "^0.32.1", 17 "react-dom": "^16.3.2", 18 "istanbul": "^0.4.5" 19 } 20 }