forked from graemeerickson/honeydew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 964 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": "honeydew",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graemeerickson/honeydew.git"
},
"author": "Graeme Erickson",
"license": "ISC",
"bugs": {
"url": "https://github.com/graemeerickson/honeydew/issues"
},
"homepage": "https://github.com/graemeerickson/honeydew#readme",
"dependencies": {
"bcrypt": "^3.0.0",
"body-parser": "^1.18.2",
"cloudinary": "^1.11.0",
"connect-flash": "^0.1.1",
"dotenv": "^5.0.1",
"ejs": "^2.5.9",
"express": "^4.16.3",
"express-ejs-layouts": "^2.4.0",
"express-session": "^1.15.6",
"mongoose": "^5.0.15",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"npm": "^6.4.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7"
}
}