forked from allynkalda/Ironhack-Project-360
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.09 KB
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
39
40
41
42
43
44
45
{
"name": "ironhack-project-360",
"version": "0.0.0",
"private": true,
"scripts": {
"start-dev": "nodemon ./bin/www",
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.6",
"bcrypt-nodejs": "0.0.3",
"chart.js": "^2.8.0",
"cloudinary": "^1.14.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"express-session": "^1.16.1",
"hbs": "^4.0.4",
"http-errors": "^1.6.3",
"jade": "~1.11.0",
"mongoose": "^5.5.5",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
},
"engines": {
"node": "v10.15.3",
"npm": "6.4.1"
}
}