-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 893 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
39
40
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "nodemon --inspect src/index.js",
"sass": "node-sass -w src/resources/scss/ -o src/public/css/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hongsonjs/nodejs-blog.git"
},
"keywords": [
"f8",
"blog",
"f8",
"nodejs",
"nodejs"
],
"author": "SonZinDev",
"license": "ISC",
"bugs": {
"url": "https://github.com/hongsonjs/nodejs_blog/issues"
},
"homepage": "https://github.com/hongsonjs/nodejs_blog#readme",
"dependencies": {
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"mongoose": "^8.0.1",
"mongoose-slug-generator": "^1.0.4",
"mongoose-slug-updater": "^3.3.0"
},
"devDependencies": {
"morgan": "^1.10.0",
"node-sass": "^9.0.0",
"nodemon": "^2.0.4"
}
}