-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1010 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
41
{
"name": "servizyou",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"angular-bootstrap": "^0.12.2",
"async": "^1.5.2",
"bcrypt": "^0.8.5",
"bcrypt-nodejs": "latest",
"body-parser": "~1.13.2",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"email-templates": "0.0.5",
"express": "~3.4.4",
"express-session": "^1.13.0",
"geocoder": "^0.2.2",
"geolib": "^2.0.20",
"geolocate": "0.0.1",
"geolocation": "^0.2.0",
"hjs": "~0.0.6",
"jade": "^1.11.0",
"mongoose": "^4.4.10",
"morgan": "~1.6.1",
"nodemailer": "2.0.0",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"serve-favicon": "~2.3.0",
"stripe": "^3.7.1",
"swig": "^1.4.2",
"twilio": "^2.3.0",
"underscore": "^1.8.3",
"xoauth2": "^1.1.0"
}
}