-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 888 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
{
"name": "bh-blog-kj",
"version": "1.0.0",
"description": "BH Blog backend engine",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JKozma81/bh-blog-kj.git"
},
"author": "Kozma János",
"license": "ISC",
"bugs": {
"url": "https://github.com/JKozma81/bh-blog-kj/issues"
},
"homepage": "https://github.com/JKozma81/bh-blog-kj#readme",
"dependencies": {
"adm-zip": "^0.4.14",
"bootstrap": "^4.4.1",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"express-handlebars": "^3.1.0",
"jquery": "^3.5.0",
"moment": "^2.24.0",
"nodemailer": "^6.4.6",
"popper.js": "^1.16.0",
"quill": "^1.3.7",
"sqlite3": "^4.1.1"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}