-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 873 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 873 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
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon --inspect src/index.js",
"watch": "node-sass --watch src/resources/scss/app.scss src/public/css/app.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"connect-mongodb-session": "^2.4.1",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.1",
"express-session": "^1.17.2",
"md5": "^2.3.0",
"method-override": "^3.0.0",
"mongoose": "^5.12.3",
"mongoose-delete": "^0.5.3",
"mongoose-slug-generator": "^1.0.4",
"node-sass": "^5.0.0",
"nodemailer": "^6.6.0"
},
"devDependencies": {
"morgan": "^1.10.0",
"nodemon": "^2.0.7"
}
}