-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 764 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 764 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
33
{
"name": "zims",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"blob-stream": "^0.1.3",
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.4",
"datejs": "^1.0.0-rc3",
"ejs": "^3.0.1",
"ejs-locals": "^1.0.2",
"express": "^4.17.1",
"express-session": "^1.17.0",
"html-pdf": "^2.2.0",
"http-errors": "^1.7.3",
"mongoose": "^5.8.9",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"pdfkit": "^0.11.0",
"promise-each": "^2.2.0",
"requestify": "^0.2.5",
"s": "^1.0.0",
"timesolver": "^1.2.0",
"winston": "^3.2.1"
}
}