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
35 lines (35 loc) · 804 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 804 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
35
{
"name": "node-hnapi",
"version": "0.1.2",
"engines": {
"node": "0.12.x || 0.10.x || 0.8.x",
"npm": ">=1.2"
},
"dependencies": {
"compression": "~1.4.3",
"connect-ratelimit": "0.0.6",
"cors": "~2.5.3",
"domino": "~1.0.18",
"express": "~4.12.3",
"extend": "~2.0.0",
"firebase": "~2.2.2",
"json-stringify-safe": "~5.0.0",
"memcached": "~0.2.8",
"memory-cache": "~0.1.2",
"moment": "~2.10.0",
"morgan": "~1.5.2",
"nconf": "~0.7.1",
"on-headers": "~1.0.0",
"promise": "~6.1.0",
"redis": "~0.12.1",
"timequeue": "~0.2.2",
"universal-analytics": "~0.3.6",
"winston": "~0.9.0",
"winston-papertrail": "~1.0.1"
},
"subdomain": "node-hnapi",
"scripts": {
"start": "server.js"
},
"main": "server.js"
}