-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 851 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": "lab4",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"busboy-body-parser": "^0.3.2",
"cloudinary": "^1.24.0",
"consolidate": "^0.16.0",
"convict": "^6.0.0",
"convict-format-with-validator": "^6.0.0",
"dotenv": "^8.2.0",
"env": "0.0.2",
"express": "^4.17.1",
"file-system": "^2.2.2",
"fs": "0.0.1-security",
"kill-port": "^1.6.1",
"mongoose": "^5.11.15",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mustache": "^4.0.1",
"mustache-express": "^1.3.0",
"pstree.remy": "^1.1.8",
"readline-sync": "^1.4.10",
"swig": "^1.4.2"
},
"devDependencies": {
"express-swagger-generator": "^1.1.17"
},
"description": ""
}