-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
31 lines (31 loc) · 923 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
{
"name": "DynamicPersonalWebsite",
"version": "1.0.0",
"description": "This project is personel website which has CMS.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmetbcakici/DynamicPersonalWebsite"
},
"author": "Ahmet Buğra Çakıcı",
"license": "CC",
"bugs": {
"url": "https://github.com/ahmetbcakici/DynamicPersonalWebsite/issues"
},
"homepage": "https://github.com/ahmetbcakici/DynamicPersonalWebsite#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"ejs": "^2.7.4",
"express": "^4.17.1",
"express-session": "^1.17.0",
"formidable": "^1.2.1",
"mongoose": "^5.7.13",
"multer": "^1.4.2",
"nodemailer": "^6.3.1",
"nodemon": "^1.19.4"
}
}