forked from ketan-suthar/DAScanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 977 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 977 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
34
35
36
37
38
39
40
41
{
"name": "dascanner",
"version": "1.0.0",
"description": "DA Scanner web app for SE project",
"main": "DAScanner.js",
"scripts":
{
"start": "node DAScanner"
},
"repository":
{
"type": "git",
"url": "git+https://github.com/Ketan-Suthar/DAScanner.git"
},
"author": "ketan suthar",
"license": "ISC",
"bugs":
{
"url": "https://github.com/Ketan-Suthar/DAScanner/issues"
},
"homepage": "https://github.com/Ketan-Suthar/DAScanner#readme",
"dependencies":
{
"body-parser": "^1.19.0",
"clientside-require": "^4.7.2",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"date-and-time": "^0.13.1",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-messages": "^1.0.1",
"express-session": "^1.17.0",
"express-validator": "^6.4.0",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.2.15",
"mongoose": "^5.9.4",
"nodemon": "^2.0.2",
"pdfkit": "^0.11.0",
"voilab-pdf-table": "^0.5.0"
}
}