-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.85 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
65
66
67
68
69
70
{
"name": "dark",
"version": "1.0.0",
"description": "instagram for goths",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"go": "foreman run nodemon server.js",
"test": "./node_modules/lab/bin/lab -c",
"coverage": "./node_modules/.bin/istanbul cover test/*.js && ./node_modules/.bin/istanbul check-coverage --statements 90 --functions 100 --lines 90 --branches 90",
"nocov": "node test/*.js",
"codeclimate": "CODECLIMATE_REPO_TOKEN=08ea06a96d84eb645b326dbfc18acc18ff04faccd655324136251a2fbba296e2 ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info",
"start": "nodemon server.js",
"jshint": "jshint -c .jshintrc --exclude-path .gitignore .",
"istanbul": "istanbul"
},
"repository": {
"type": "git",
"url": "https://github.com/jmnr/dark.git"
},
"keywords": [
"instagram",
"good",
"hapi",
"auth",
"redis",
"aws"
],
"engines": {
"node": ">= 0.10"
},
"author": "josh michelle nikhi ronan",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmnr/dark/issues"
},
"homepage": "https://github.com/jmnr/dark",
"devDependencies": {
"code": "^1.4.0",
"codeclimate-test-reporter": "0.0.4",
"fakeredis": "0.3.1",
"shot": "^1.5.0"
},
"dependencies": {
"aws-sdk": "^2.1.34",
"bell": "^4.0.1",
"catbox": "^4.3.0",
"catbox-memory": "^1.1.1",
"good": "^6.1.4",
"good-console": "^5.0.2",
"good-http": "^5.0.0",
"handlebars": "^3.0.3",
"hapi": "^8.6.1",
"hapi-auth-cookie": "^3.0.1",
"hiredis": "^0.4.0",
"hoek": "^2.14.0",
"isemail": "^1.1.1",
"istanbul": "^0.3.15",
"joi": "^6.4.3",
"lab": "^5.10.0",
"level": "^1.1.0",
"mandrill-api": "^1.0.45",
"moment": "^2.10.3",
"redis": "^0.12.1",
"socket.io": "^1.3.5",
"topo": "^1.0.2"
}
}