-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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": "rpozzi-mobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"Base64": "^0.3.0",
"body-parser": "~1.10.1",
"client-sessions": "^0.7.0",
"cloudant": "latest",
"connect-redis": "^2.3.0",
"cookie": "^0.1.2",
"cookie-parser": "~1.3.3",
"cookie-session": "^1.1.0",
"cookie-signature": "^1.0.6",
"cors": "^2.7.1",
"debug": "~2.1.1",
"ejs": "*",
"express": "~4.10.6",
"express-session": "latest",
"jade": "~1.8.2",
"jsonwebtoken": "^5.0.5",
"morgan": "~1.5.1",
"multer": "^0.1.8",
"nano": "^6.1.2",
"node-linkedin": "^0.3.9",
"node-uuid": "^1.4.3",
"nodemailer": "^0.7.1",
"nodemailer-smtp-transport": "^1.0.3",
"oauth": "^0.9.13",
"passport": "latest",
"passport-bluemix": "^0.1.2-b",
"passport-facebook": "^1.0.3",
"passport-google": "^0.3.0",
"passport-linkedin": "^0.1.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"request": "^2.57.0",
"sendgrid": "^1.9.2",
"serve-favicon": "~2.2.0",
"social-login": "^0.2.8",
"socket.io": "^1.3.6",
"twitter": "^1.2.5",
"xml2js": "^0.4.6"
}
}