-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 869 Bytes
/
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
{
"name": "www.supnig.com",
"version": "0.8.0",
"private": true,
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"express": "~4.x.x",
"mongodb": "*",
"nodemon": "*",
"mongoose" : "~3.8.1",
"passport" : "~0.1.17",
"passport-local" : "~0.1.6",
"passport-facebook" : "~1.0.2",
"passport-twitter" : "~1.0.2",
"passport-google-oauth" : "~0.1.5",
"connect-flash" : "~0.1.1",
"bcrypt-nodejs" : "latest",
"consolidate":"*",
"q":"*",
"MD5":"*",
"moment":"*",
"morgan": "~1.0.0",
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.0",
"method-override": "~1.0.0",
"express-session": "~1.0.0",
"poet":"~2.x.x",
"feed":"*",
"sitemap":"*",
"swig":"*",
"nodemailer":"*",
"nodemailer-sendmail-transport":"*"
}
}