-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 940 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
{
"name": "src",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"seeds": "node ./src/seeders"
},
"dependencies": {
"babel-eslint": "^8.2.3",
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"express": "~4.16.0",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"jsonwebtoken": "^8.2.1",
"mongoose": "^5.0.15",
"mongoose-delete": "^0.4.0",
"mongoose-unique-validator": "^2.0.0",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0",
"validator": "^9.4.1"
},
"devDependencies": {
"mongoose-seed": "^0.4.1"
}
}