47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "gh-badges",
|
|
"version": "1.2.0",
|
|
"description": "GitHub badges implemented in SVG.",
|
|
"keywords": ["GitHub", "badge", "SVG", "image"],
|
|
"homepage": "http://shields.io",
|
|
"bugs": {
|
|
"url": "https://github.com/badges/shields/issues",
|
|
"email": "thaddee.tyl@gmail.com"
|
|
},
|
|
"license": "CC0-1.0",
|
|
"author": "Thaddée Tyl <thaddee.tyl@gmail.com>",
|
|
"main": "badge.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/badges/shields"
|
|
},
|
|
"dependencies": {
|
|
"dot": "~1.0.3",
|
|
"svgo": "~0.5.1",
|
|
"pdfkit": "~0.7.1",
|
|
"phantomjs-prebuilt": "~2.1.7",
|
|
"request": "~2.55.0",
|
|
"redis": "~1.0.0",
|
|
"camp": "~16.2.0",
|
|
"semver": "~4.3.3",
|
|
"bower": "~1.4.1",
|
|
"chrome-web-store-item-property": "^1.1.2",
|
|
"json-autosave": "~1.1.1"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"bin": { "badge": "./gh-badge.js" },
|
|
"files": [
|
|
"badge.js",
|
|
"README.md",
|
|
"gh-badge.js",
|
|
"templates",
|
|
"svg-to-img.js",
|
|
"colorscheme.json",
|
|
"phantomjs-svg2png.js",
|
|
"lru-cache.js",
|
|
"logo"
|
|
]
|
|
}
|