-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1022 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
40
{
"name": "vuelos",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"babel": "^5.8.23",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.3.0",
"body-parser": "~1.13.2",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.0",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-http-proxy": "^0.6.0",
"express-session": "^1.11.3",
"jade": "~1.11.0",
"mercadopago": "^0.5.0",
"mongodb": "^1.4.40",
"mongoose": "^4.1.8",
"mongoose-auto-increment": "^5.0.1",
"monk": "^1.0.1",
"morgan": "~1.6.1",
"multer": "^1.0.3",
"nodemailer": "^2.4.2",
"nodemailer-smtp-transport": "^2.5.0",
"passport": "^0.3.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3",
"serve-favicon": "~2.3.0",
"shortid": "^2.2.6",
"socket.io": "^1.4.5",
"underscore": "^1.8.3",
"underscore-node": "^0.1.2"
}
}