forked from cheeaun/node-hnapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 777 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 777 Bytes
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
{
"name": "node-hnapi",
"version": "0.1.3",
"engines": {
"node": ">= 4.0.x <= 5"
},
"dependencies": {
"compression": "~1.6.1",
"connect-ratelimit": "0.0.7",
"cors": "~2.7.1",
"domino": "~1.0.21",
"express": "~4.13.4",
"extend": "~3.0.0",
"firebase": "~2.4.0",
"json-stringify-safe": "~5.0.1",
"memcached": "~0.2.8",
"memory-cache": "~0.1.4",
"moment": "~2.11.1",
"morgan": "~1.6.1",
"nconf": "~0.8.2",
"on-headers": "~1.0.1",
"promise": "~7.1.1",
"redis": "~2.4.2",
"timequeue": "~0.2.2",
"universal-analytics": "~0.3.10",
"winston": "~2.1.1",
"winston-papertrail": "~1.0.2"
},
"subdomain": "node-hnapi",
"scripts": {
"start": "node server.js"
},
"main": "server.js"
}