webscan/package.json
2018-07-23 21:45:48 +02:00

24 lines
588 B
JSON

{
"name": "webscan",
"version": "0.0.1",
"private": true,
"readme": "README.md",
"description": "Simple Web Scanner with Tor",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/manalejandro/webscan"
},
"bugs": {
"url": "https://gitlab.com/manalejandro/webscan/issues"
},
"author": "manalejandro@gmail.com",
"license": "MIT",
"dependencies": {
"request": "^2.87.0",
"socks5-http-client": "^1.0.4",
"socks5-https-client": "^1.2.1"
}
}