-
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) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 784 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": "looplist",
"version": "0.0.0",
"engines": {
"node": "8.11.0"
},
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.3",
"debug": "~2.6.9",
"dotenv": "^6.2.0",
"express": "~4.16.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"handlebars-helpers": "^0.10.0",
"hbs": "^4.0.2",
"http-errors": "~1.6.2",
"mongo-db": "^1.0.2",
"mongoose": "^5.4.2",
"mongoose-type-email": "^1.0.10",
"mongoose-unique-validator": "^2.0.2",
"morgan": "~1.9.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"eslint": "^5.15.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
}
}