-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 728 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 728 Bytes
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
{
"name": "LocalAuthApp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"express-session": "^1.13.0",
"hbs": "~2.9.0",
"morgan": "~1.5.1",
"node-gyp": "^3.2.1",
"nodemailer": "^0.7.1",
"nodemon": "^1.8.1",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3",
"sails-auth": "^2.1.1",
"sails-postgresql": "^0.10.17",
"serve-favicon": "~2.2.0",
"waterline": "^0.10.30"
}
}