-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "mysocialapp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Christophe Guyot",
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.12.3",
"connect-mongo": "^0.8.1",
"crypto": "0.0.3",
"express": "^4.12.3",
"express-flash": "0.0.2",
"express-session": "^1.11.1",
"express-useragent": "^0.1.8",
"express-validator": "^2.10.0",
"jade": "^1.9.2",
"mkdirp": "^0.5.1",
"moment": "^2.10.3",
"mongoose": "^4.0.2",
"multer": "^0.1.8",
"nodemailer": "^1.3.4",
"nodemailer-smtp-transport": "^1.0.3",
"numeral": "^1.5.3",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.2.0",
"passport-instagram": "^0.1.2",
"passport-linkedin-oauth2": "^1.2.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.3",
"underscore": "^1.8.3"
}
}