41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "tor-router",
|
|
"version": "3.4.2",
|
|
"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 -s -d -j 1",
|
|
"test": "mocha test/test.js",
|
|
"debug": "node --inspect-brk bin/tor-router"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^5.2.0",
|
|
"request": "^2.79.0"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.1.4",
|
|
"del": "^3.0.0",
|
|
"eventemitter2": "^3.0.0",
|
|
"get-port": "^2.1.0",
|
|
"granax": "^3.1.3",
|
|
"jrpc2": "^1.0.5",
|
|
"js-weighted-list": "^0.1.1",
|
|
"lodash": "^4.17.4",
|
|
"nanoid": "^1.0.2",
|
|
"native-dns": "git+https://github.com/znetstar/node-dns.git",
|
|
"nconf": "^0.10.0",
|
|
"shelljs": "^0.8.2",
|
|
"socks-proxy-agent": "^3.0.1",
|
|
"socksv5": "git+https://github.com/lee-elenbaas/socksv5.git",
|
|
"temp": "^0.8.3",
|
|
"winston": "^3.0.0-rc5",
|
|
"winston-null-transport": "git+https://github.com/NCIOCPL/winston-null-transport.git#1.0.0",
|
|
"yargs": "^11.0.0"
|
|
}
|
|
}
|