forked from appsecco/dvna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 937 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
{
"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",
"start:dd": "node --require dd-trace/init.js server.js"
},
"author": "sns",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.0",
"csurf": "^1.9.0",
"dd-trace": "^3.19.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-fileupload": "^0.4.0",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"flash": "^1.1.0",
"libxmljs": "^0.19.1",
"mathjs": "3.10.1",
"md5": "^2.2.1",
"morgan": "^1.9.0",
"mysql2": "^3.3.1",
"node-serialize": "0.0.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"sequelize": "^4.13.10",
"winston": "^3.0.0",
"x-xss-protection": "^1.1.0"
}
}