lcov2badge
Version:
Create a SVG badge inspired by shields.io from a coverage report in lcov format
35 lines (34 loc) • 783 B
JSON
{
"name": "lcov2badge",
"version": "0.1.2",
"description": "Create a SVG badge inspired by shields.io from a coverage report in lcov format",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/albanm/lcov2badge.git"
},
"keywords": [
"lcov",
"badge",
"shields"
],
"author": "Alban Mouton <alban.mouton@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/albanm/lcov2badge/issues"
},
"homepage": "https://github.com/albanm/lcov2badge",
"dependencies": {
"byline": "^4.1.1",
"shields-lightweight": "^0.1.0"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-gh-pages": "^0.4.0",
"istanbul": "^0.3.5",
"mocha": "^2.1.0"
}
}