-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.18 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.18 KB
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
71
72
{
"name": "navi",
"version": "10.6.5",
"description": "Navi (ナビィ Nabi?) is a application from Runnable.io: The Staging Service. A fairy, Navi serves as the Users's fairy companion throughout the site. She is given the task to aid a user by the Great Hipache. Although she is initially a little frustrated with this duty and does not believe the Users are capable of acts of heroism, she soon becomes much fonder of them, and they become an inseparable team.",
"main": "index.js",
"engines": {
"node": ">=4.1.0 < 4.2.0"
},
"directories": {
"test": "test"
},
"scripts": {
"start": "NODE_PATH=./lib node --abort-on-uncaught-exception index.js",
"test": "NODE_PATH=./lib lab -c -t 98 -v --leaks",
"test-watch": "nodemon --exec npm run test",
"compose-test-up": "docker-compose -f docker-compose-test.yml up --build",
"compose-test-down": "docker-compose -f docker-compose-test.yml down"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeNow/navi.git"
},
"keywords": [
"router"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeNow/navi/issues"
},
"homepage": "https://github.com/CodeNow/navi",
"dependencies": {
"101": "^1.2.0",
"async": "^1.4.2",
"bluebird": "^3.0.6",
"bunyan": "^1.4.0",
"connect-redis": "^2.2.0",
"cors": "^2.6.0",
"error-cat": "^3.0.0",
"express": "^4.12.3",
"express-domain-middleware": "^0.1.0",
"express-session": "^1.11.1",
"http-proxy": "^1.12.0",
"ip": "^1.1.0",
"joi": "^9.0.4",
"keypather": "^1.10.1",
"loadenv": "^2.2.0",
"lru-cache": "^3.2.0",
"methods": "^1.1.1",
"middleware-flow": "^0.8.0",
"mongodb": "^2.0.47",
"monitor-dog": "^1.4.1",
"newrelic": "^1.24.1",
"ponos": "5.8.2",
"querystring": "^0.2.0",
"redis": "^2.7.1",
"response-stream": "0.0.0",
"through2": "^2.0.0",
"user-agent-is-browser": "^0.1.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"callback-count": "^0.2.0",
"code": "^1.5.0",
"concat-stream": "^1.5.0",
"lab": "^6.2.0",
"primus": "^3.0.2",
"request": "^2.65.0",
"sinon": "^1.14.1",
"ws": "^0.8.0"
}
}