tor-router/package.json

41 lines
830 B
JSON
Raw Normal View History

2015-07-06 14:21:09 +00:00
{
"name": "tor-router",
2016-01-01 03:29:10 +00:00
"version": "1.0.0",
2015-12-30 02:41:02 +00:00
"bin": "bin/tor-router.js",
2016-01-01 03:32:11 +00:00
"main": "lib/index.js",
2015-07-06 14:21:09 +00:00
"author": [
{
"name": "Zachary Boyd",
"email": "zacharyboyd@zacharyboyd.nyc"
}
],
"repository": [
{
"type": "docker",
2015-07-06 14:21:55 +00:00
"url": "http://registry.docker.io/znetstar"
2015-07-06 14:21:09 +00:00
},
{
"type": "git",
"url": "https://bitbucket.org/znetstar/tor-router"
}
],
"dependencies": {
2015-12-29 05:12:46 +00:00
"async": "^1.5.0",
"base32": "0.0.6",
"commander": "^2.9.0",
"dockerode": "^2.2.7",
"ejs": "^2.3.4",
"event-stream": "^3.3.2",
"lodash": "^3.10.1",
"native-dns": "^0.7.0",
"shelljs": "^0.5.3",
"socksv5": "0.0.6",
"temp": "^0.8.3",
"uuid": "^2.0.1",
"winston": "^2.1.1"
2015-07-06 14:21:09 +00:00
},
2015-12-29 05:12:46 +00:00
"scripts": {},
2016-01-01 03:32:11 +00:00
"devDependencies": {},
"license": "Apache License"
2015-07-06 14:21:09 +00:00
}