-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 900 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 900 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
35
36
37
38
39
40
41
{
"name": "easyproxy",
"main": "index.js",
"version": "0.0.25",
"description": "基于http的反向代理",
"author": {
"name": "继风",
"email": "wade428@163.com"
},
"engines": {
"node": ">=0.6.0"
},
"homepage": "https://github.com/jifeng/easyproxy",
"repository": {
"type": "git",
"url": "https://github.com/jifeng/easyproxy.git"
},
"bugs": {
"url": "https://github.com/jifeng/easyproxy/issues"
},
"dependencies": {
"clone" : "1.0.2",
"options-stream": "0.0.8"
},
"devDependencies": {
"request": "2.61.0",
"connect": "2.12.0",
"supertest": "1.1.0",
"coffee-script": "1.10.0",
"mocha": "1.21.5",
"expect.js": "0.3.1",
"jscover": "1.0.0",
"ws": "0.4.32",
"event-pipe": "0.0.5"
},
"scripts": {
"prepublish": "make release",
"postpublish": "make clean",
"test": "make test-cov"
}
}