-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
48
{
"name": "muhimu",
"version": "0.0.5",
"private": true,
"dependencies": {
"analytics-node": "^1.2.2",
"async": "^0.9.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.12.3",
"bugsnag": "^1.6.4",
"change-case": "^2.1.5",
"connect-ensure-login": "*",
"connect-powered-by": "0.1.x",
"ejs": "0.8.x",
"express": "3.x.x",
"express-hbs": "0.1.x",
"formidable": "^1.0.15",
"fs-extra": "^0.12.0",
"googleapis": "^1.1.5",
"gravatar": "^1.0.6",
"handlebars": "~1.0.10",
"jade": "0.x",
"jquery": "^2.1.1",
"jsdom": "^1.3.1",
"locomotive": "0.3.x",
"locomotive-mongoose": "0.1.x",
"lodash": "^2.4.1",
"maxmind": "^0.5.5",
"method-override": "^2.3.1",
"moment": "^2.8.4",
"mongoose": "3.8.0",
"multer": "^0.1.8",
"mustache": "^0.8.2",
"nodemailer": "^1.3.0",
"nodemailer-smtp-transport": "^0.1.13",
"oauth2orize": "*",
"passport": "*",
"passport-http": "*",
"passport-http-bearer": "*",
"passport-local": "*",
"passport-oauth2-client-password": "*",
"quickthumb": "0.0.10",
"tarball-extract": "0.0.3",
"underscore": "*",
"underscore-node": "^0.1.2",
"uuid": "^2.0.1"
}
}