Files
shields/package.json
Thaddee Tyl 5e2a7d478e Executable program.
Generates SVG badges.
2014-01-07 15:52:59 +01:00

29 lines
736 B
JSON

{
"name": "gh-badges",
"version": "0.1.1",
"description": "GitHub badges implemented in SVG.",
"keywords": ["GitHub", "badge", "SVG", "image"],
"homepage": "http://b.adge.me",
"bugs": {
"url": "https://github.com/espadrine/gh-badges/issues",
"email": "thaddee.tyl@gmail.com"
},
"license": "CC0",
"author": "Thaddée Tyl <thaddee.tyl@gmail.com>",
"main": "badge.js",
"repository": {
"type": "git",
"url": "https://github.com/espadrine/gh-badges"
},
"dependencies": {
"dot": "~1.0.2",
"svgo": "~0.4.2",
"canvas": "~1.1.2",
"phantomjs": "~1.9.2-6",
"es6-promise": "~0.1.1",
"camp": "~13.11.9"
},
"bin": { "badge": "./gh-badge.js" },
"engines": { "node": "0.10.x" }
}