shadowsocks
Version:
a tunnel proxy that help you get through firewalls
35 lines (34 loc) • 961 B
JSON
{
"name": "shadowsocks",
"description": "a tunnel proxy that help you get through firewalls",
"keywords": ["shadowsocks", "proxy", "socks5"],
"author": "clowwindy",
"version": "1.5.3",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/clowwindy/shadowsocks-nodejs/master/LICENSE"
}],
"engines": {
"node": ">=0.10.0"
},
"directories": {
"lib": "./lib/shadowsocks"
},
"main": "./lib/shadowsocks/local",
"bin": {
"sslocal": "./bin/sslocal",
"ssserver": "./bin/ssserver"
},
"scripts": {
"test": "cake test"
},
"homepage": "https://github.com/clowwindy/shadowsocks-nodejs",
"bugs": "https://github.com/clowwindy/shadowsocks-nodejs/issues",
"repository": {
"type": "git",
"url": "https://github.com/clowwindy/shadowsocks-nodejs.git"
},
"devDependencies": {
"coffee-script": ">=1.6.2"
}
}