forked from DianaDrzikova/PawAnimalShelter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 912 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
{
"name": "iis",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"devStart": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DianaDrzikova/iis.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DianaDrzikova/iis/issues"
},
"homepage": "https://github.com/DianaDrzikova/iis#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"file-reader": "^1.1.1",
"method-override": "^3.0.0",
"multer": "^1.4.5-lts.1",
"pg": "^8.8.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}