forked from shadowsocks/shadowsocks-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 961 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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"
}
}