forked from uberproxy/uberproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 722 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 722 Bytes
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": "uberproxy",
"version": "0.4.1",
"description": "UberProxy!",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/uberproxy/uberproxy.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"uberproxy": "./index.js"
},
"keywords": [
"http",
"proxy"
],
"author": "UberProxy <uberproxy@uberproxy.org>",
"license": "MIT",
"dependencies": {
"argparse": "^1.0.2",
"async": "^1.2.1",
"async-eventemitter": "^0.2.2",
"cluster-hub": "^0.1.1",
"mkdirp": "^0.5.1",
"node-uuid": "^1.4.3",
"npm": "^2.13.2",
"npm-util": "0.0.2",
"winston": "^1.0.1",
"yamljs": "^0.2.3"
}
}