forked from appsecco/dvna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 847 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
{
"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": {
"bcrypt": "^1.0.3",
"csurf": "^1.9.0",
"ejs": "0.3.1",
"express": "3.19.1",
"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": "^1.4.2",
"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"
}
}