-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 740 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
{
"name": "node-blog",
"version": "1.0.0",
"description": "A fully fledged blog application",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishandeveloper/Custom-Blog.js.git"
},
"keywords": [
"blog",
"node",
"blog-application"
],
"author": "ishandeveloper",
"license": "ISC",
"bugs": {
"url": "https://github.com/ishandeveloper/Custom-Blog.js/issues"
},
"homepage": "https://github.com/ishandeveloper/Custom-Blog.js#readme",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"ejs": "^3.0.2",
"express": "^4.17.1",
"lodash": "^4.17.20",
"nodemon": "^2.0.3"
}
}