29 lines
736 B
JSON
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" }
|
|
}
|