forked from badges/shields
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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.0.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",
"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",
"request": "~2.34.0",
"redis": "~0.10.1",
"camp": "~13.11.9",
"semver": "~2.3.0"
},
"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" },
"files": [
"badge.js",
"README.md",
"gh-badge.js",
"templates",
"svg-to-img.js",
"colorscheme.json",
"phantomjs-svg2png.js"
],
"engines": { "node": "0.10.x" }
}