-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 800 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 800 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
31
32
33
34
{
"name": "backbailo",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start_dev": "nodemon ./bin/www",
"seed": "node ./bin/seed.js"
},
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"connect-mongo": "^3.1.0",
"cors": "^2.8.5",
"debug": "^2.6.9",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-session": "^1.17.0",
"hbs": "^4.0.6",
"http-errors": "^1.6.3",
"kind-of": "^6.0.3",
"minimist": "^1.2.5",
"mongoose": "^5.7.7",
"morgan": "^1.9.1",
"node-sass-middleware": "^0.11.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"faker": "^4.1.0",
"nodemon": "^1.19.4"
}
}