forked from badges/shields
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "gh-badges",
"version": "1.3.0",
"description": "Official Shields.io badge library.",
"keywords": ["GitHub", "badge", "SVG", "image", "shields.io"],
"homepage": "http://shields.io",
"bugs": {
"url": "https://github.com/badges/shields/issues",
"email": "[email protected]"
},
"license": "CC0-1.0",
"author": "Thaddée Tyl <[email protected]>",
"main": "badge.js",
"repository": {
"type": "git",
"url": "https://github.com/badges/shields"
},
"dependencies": {
"dot": "~1.0.3",
"svgo": "~0.7.1",
"pdfkit": "~0.8.0",
"phantomjs-prebuilt": "~2.1.13",
"request": "~2.75.0",
"redis": "~2.6.2",
"camp": "~16.2.3",
"semver": "~5.3.0",
"bower": "~1.7.9",
"chrome-web-store-item-property": "~1.1.2",
"json-autosave": "~1.1.1",
"xml2js": "~0.4.16"
},
"scripts": {
"test": "node test/test.js"
},
"bin": { "badge": "./gh-badge.js" },
"files": [
"badge.js",
"README.md",
"gh-badge.js",
"measure-text.js",
"templates",
"svg-to-img.js",
"colorscheme.json",
"phantomjs-svg2png.js",
"lru-cache.js",
"logo"
]
}