forked from yahoo/badge-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1007 Bytes
/
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
{
"name": "badge-up",
"version": "2.2.0",
"description": "A module that produces hot badges without the need of Cairo",
"main": "index.js",
"scripts": {
"lint": "jshint *.js test/*.js",
"test": "jenkins-mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:yahoo/badge-up.git"
},
"bugs": "https://github.com/yahoo/badge-up/issues",
"keywords": [
"badge"
],
"license": "BSD-3-Clause",
"author": "St. John Johnson <[email protected]>",
"contributors": [
"Darren Matsumoto <[email protected]>",
"Drew Folta <[email protected]>",
"Noah Katzman <[email protected]>",
"Peter Peterson <[email protected]>",
"Robert Ames <[email protected]>"
],
"jshintConfig": {
"node": true
},
"devDependencies": {
"chai": "~1.9.1",
"jenkins-mocha": "^2.6.0",
"jshint": "^2.9.2",
"sinon": "~1.10.3"
},
"dependencies": {
"css-color-names": "~0.0.3",
"dot": "~1.0.2",
"svgo": "~0.4.5"
}
}