forked from snoopysecurity/dvws-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "dvws-node",
"version": "0.0.1",
"description": "Damn Vulnerable Web Service",
"main": "index.js",
"scripts": {
"dvws": "cross-env NODE_ENV=development nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snoopysecurity/dvws-node"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/snoopysecurity/dvws-node/issues"
},
"homepage": "https://github.com/snoopysecurity/dvws-node#readme",
"dependencies": {
"bcrypt": "^3.0.1",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-fileupload": "richardgirges/express-fileupload#1.1.7-alpha.4",
"express-jwt": "^5.3.1",
"express-jwt-permissions": "^1.3.3",
"http-proxy-middleware": "^1.0.3",
"install": "^0.13.0",
"jsonwebtoken": "^8.3.0",
"libxmljs": "^0.19.7",
"mongoose": "^5.10.15",
"mongoose-auto-increment": "^5.0.1",
"mysql": "^2.18.1",
"swagger-ui-express": "^4.1.4",
"xml2js": "^0.4.23",
"xmldom": "^0.4.0",
"xmlrpc": "^1.3.2",
"xpath": "0.0.32"
},
"devDependencies": {
"cross-env": "^5.2.0",
"nodemon": "^1.18.4"
}
}