This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.51 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "committed-streaker",
"version": "0.17.1",
"description": "We salute the streaker in you.",
"license": "AGPL-3.0",
"repository": "millette/committed-streaker",
"author": {
"name": "Robin Millette",
"email": "[email protected]",
"url": "http://robin.millette.info"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "standard",
"lint": "standard",
"dev": "standard && DEBUG=yummy rejoice -c manifest.json -p $(pwd)",
"start": "forever node_modules/.bin/rejoice -c manifest.json -p $(pwd)"
},
"keywords": [
"streaking",
"commits",
"rollodeqc",
"github",
"hapi",
"gh",
"user",
"username",
"info"
],
"dependencies": {
"bell": "^7.9.1",
"boom": "^3.2.2",
"debug": "^2.2.0",
"ejs": "^2.5.2",
"forever": "^0.15.2",
"good": "^7.0.2",
"good-console": "^6.1.2",
"good-squeeze": "^5.0.0",
"hapi": "^13.5.0",
"hapi-auth-cookie": "^6.1.1",
"hapi-context-app": "^0.2.1",
"hapi-context-credentials": "^2.0.0",
"hapi-favicon": "millette/hapi-favicon#c8bd9776b35ac6f2391ef1e9b7ff58712cb4c17d",
"inert": "^4.0.2",
"joi": "^9.0.4",
"lodash.pick": "^4.4.0",
"lodash.samplesize": "^4.2.0",
"lout": "^9.2.0",
"nano": "^6.2.0",
"rejoice": "^3.3.1",
"rollodeqc-gh-user-streak": "^0.3.0",
"vision": "^4.1.0",
"visionary": "^6.0.2"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"standard": "^8.2.0"
},
"standard": {
"parser": "babel-eslint"
}
}