UNPKG

istanbul-reporter-shield-badge

Version:

**Built for developers out there who do not want to (or cannot) rely on (and/or use) third-party services like http://codecov.io/ or http://coveralls.io/.**

47 lines (46 loc) 1.16 kB
{ "name": "istanbul-reporter-shield-badge", "version": "1.2.1", "description": "", "main": "istanbul-reporter-shield-badge.js", "scripts": { "test": "node_modules/mocha/bin/_mocha test", "testlocal": "node_modules/mocha/bin/_mocha test && node update-readme-with-shield-badge.js", "testwatch": "mocha test -w" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Elgolfin/istanbul-reporter-shield-badge.git" }, "keywords": [ "istanbul", "reporter", "shield", "badge", "markdown", "karma", "shields.io" ], "author": "Elgolfin", "license": "ISC", "bugs": { "url": "https://github.com/Elgolfin/istanbul-reporter-shield-badge/issues" }, "homepage": "https://github.com/Elgolfin/istanbul-reporter-shield-badge#readme", "devDependencies": { "chai": "^3.5.0", "istanbul": "^0.4.5", "lodash.includes": "^4.3.0", "mocha": "^3.2.0", "sinon": "^1.17.7", "sinon-chai": "^2.8.0" }, "peerDependencies": { "istanbul": "^0.4.5", "lodash.includes": "^4.3.0" }, "dependencies": { "istanbul": "^0.4.5", "lodash.includes": "^4.3.0" } }