Files
shields/package.json
2014-01-18 17:49:52 +01:00

37 lines
888 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"
},
"devDependencies": {
"ass": "~0.0.4",
"should": "~3.0.0",
"mocha": "~1.14.0"
},
"scripts": {
"test": "mocha -R spec test.js"
},
"bin": { "badge": "./gh-badge.js" },
"engines": { "node": "0.10.x" }
}