forked from shadowsocks/shadowsocks-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 981 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
35
36
37
38
39
40
41
42
43
44
{
"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"
},
"dependencies": {
"bluebird": "^2.5.1",
"lodash": "^2.4.1"
}
}