tor-router/package.json

28 lines
666 B
JSON
Raw Normal View History

2015-07-06 14:21:09 +00:00
{
"name": "tor-router",
2017-01-31 15:56:42 +00:00
"version": "3.0.0",
"main": "src/index.js",
"repository": "git@github.com:znetstar/tor-router.git",
"author": "Zachary Boyd <zachary@zacharyboyd.nyc>",
"license": "MIT",
"scripts": {
"start": "bin/tor-router",
"test": "mocha test/test.js"
},
"devDependencies": {
"mocha": "^3.2.0",
"request": "^2.79.0",
"socks5-http-client": "^1.0.2"
},
2015-07-06 14:21:09 +00:00
"dependencies": {
2017-01-31 15:56:42 +00:00
"async": "^2.1.4",
"eventemitter2": "^3.0.0",
"get-port": "^2.1.0",
"lodash": "^4.17.4",
"native-dns": "https://github.com/znetstar/node-dns.git",
"socksv5": "^0.0.6",
2015-12-29 05:12:46 +00:00
"temp": "^0.8.3",
2017-01-31 15:56:42 +00:00
"winston": "^2.3.1"
}
2015-07-06 14:21:09 +00:00
}