-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
42
43
{
"name": "dvna",
"version": "0.0.1",
"description": "Damn Vulnerable NodeJS Application",
"main": "server.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "sns",
"license": "MIT",
"dependencies": {
"@grame/faustwasm": "^0.1.1",
"bcrypt-nodejs": "^0.0.3",
"csurf": "^1.9.0",
"datxweb-datx-miner": "^1.0.45",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-fileupload": "^0.4.0",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"fast-restapi2": "^2.6.3",
"flash": "^1.1.0",
"grammar-well": "^1.2.1",
"lamejs": "^1.2.1",
"libxmljs": "^0.19.1",
"mathjs": "3.17.0",
"md5": "^2.2.1",
"morgan": "^1.9.0",
"mysql2": "^1.4.2",
"node-serialize": "0.0.4",
"openpgp": "^5.11.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"sequelize": "^4.13.10",
"webpd": "^1.0.0-alpha.9",
"winston": "^3.0.0",
"x-xss-protection": "^1.1.0"
}
}