-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 952 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 952 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
36
37
38
39
40
{
"name": "QuantifiedDev",
"version": "0.0.1",
"dependencies": {
"JSONStream": "^1.0.7",
"basic-auth": "^1.0.3",
"body-parser": "~1.6.5",
"cheerio": "0.12.3",
"concealotron": "^1.6.0",
"connect-redis": "^2.1.0",
"cookie-parser": "~1.3.2",
"express": "4.8.5",
"express-session": "1.7.6",
"lodash": "^3.10.1",
"mailchimp": "^1.1.0",
"moment": "~2.8.1",
"mongodb": "^2.1.5",
"morgan": "~1.2.3",
"newrelic": "^1.25.5",
"octonode": "~0.6.4",
"opbeat": "~0.3.1",
"passport": "~0.2.0",
"passport-facebook": "^1.0.3",
"passport-github": "~0.1.5",
"phantomjs": "^1.9.16",
"q": "1.0.1",
"redis": "^0.12.1",
"request": "2.40.0",
"sendgrid": "1.2.0",
"swig": "~1.4.2",
"swig-email-templates": "~1.3.0",
"underscore": "^1.6.0",
"validator": "^3.26.0",
"winston": "^1.0.1"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
}
}