34 lines
965 B
JSON
34 lines
965 B
JSON
{
|
|
"name": "tor-router",
|
|
"version": "3.0.6",
|
|
"main": "src/index.js",
|
|
"repository": "git@github.com:znetstar/tor-router.git",
|
|
"author": "Zachary Boyd <zachary@zacharyboyd.nyc>",
|
|
"license": "Apache-2.0",
|
|
"description": "A SOCKS proxy for distributing traffic across multiple instances of Tor",
|
|
"bin": {
|
|
"tor-router": "bin/tor-router"
|
|
},
|
|
"scripts": {
|
|
"start": "bin/tor-router -l debug -s -d -j 1",
|
|
"test": "mocha test/test.js"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^3.2.0",
|
|
"request": "^2.79.0",
|
|
"socket.io-client": "^1.7.3",
|
|
"socks5-http-client": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.1.4",
|
|
"commander": "^2.9.0",
|
|
"eventemitter2": "^3.0.0",
|
|
"get-port": "^2.1.0",
|
|
"lodash": "^4.17.4",
|
|
"native-dns": "https://github.com/znetstar/node-dns.git",
|
|
"socket.io": "^1.7.3",
|
|
"socksv5": "git+https://github.com/lee-elenbaas/socksv5.git",
|
|
"temp": "^0.8.3",
|
|
"winston": "^2.3.1"
|
|
}
|
|
}
|