-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 847 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
{
"name": "github-badges",
"version": "1.0.0",
"description": "A badge maker",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jman294/github-badges.git"
},
"keywords": [
"badge",
"github",
"badges",
"creator"
],
"author": "Jack DuPlessis",
"license": "ISC",
"bugs": {
"url": "https://github.com/jman294/github-badges/issues"
},
"homepage": "https://github.com/jman294/github-badges#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"dot": "^1.1.2",
"express": "^4.15.3",
"heroku-ssl-redirect": "0.0.4",
"measure-text": "0.0.4",
"phantom": "^4.0.4",
"request": "^2.81.0",
"time-ago": "^0.2.1",
"timeago.js": "^3.0.2"
},
"devDependencies": {
"mocha": "^3.4.2"
}
}