-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 979 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
{
"name": "project-chingu",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
"client": "node start-client.js",
"server": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-session": "^1.15.6",
"http": "0.0.0",
"moment": "2.17.1",
"mongoose": "^4.8.7",
"mongoose-mongodb-errors": "0.0.2",
"morgan": "~1.8.1",
"multer": "1.3.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-linkedin-oauth2": "^1.5.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"request": "^2.83.0",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"concurrently": "^3.5.1",
"dotenv": "^4.0.0"
}
}