-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 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
{
"name": "survey-api",
"version": "0.1.0",
"private": true,
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"test": "mocha --ui tdd --reporter spec -s 500 -t 5000"
},
"dependencies": {
"async": ">=0.2",
"bcrypt": ">= 0.5",
"bluebird": "^2.3.2",
"connect-mongo": "~0.6.0",
"connect-s3": "~0.3.0",
"cuid": "^1.2.4",
"ejs": "~0.8.3",
"express": "3.0.x",
"knox": "~0.9.1",
"lodash": "~1.0.1",
"logfmt": "^1.2.0",
"lru-cache": "2.2.2",
"moment": "2.8.x",
"moment-range": "1.0.x",
"mongoose": "3.8.16",
"newrelic": "^1.15.1",
"nodemailer": "0.7.1",
"node-resque": "^0.8.4",
"node-uuid": "1.3.3",
"passport": "0.1.15",
"passport-local": "0.1.6",
"pg": "~2.8.2",
"redis": "^0.10.1",
"request": "2.21.x",
"slugs": "0.1.2",
"turf": "^2.0.0"
},
"devDependencies": {
"envrun": "~0.0.2",
"mocha": "1.21.x",
"mongodb": ">= 1.2.8",
"should": "~3.3",
"http-proxy": "~0.10.2"
}
}