-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.01 KB
/
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
{
"name": "proxy-core",
"version": "1.0.0",
"description": "proxy https core",
"main": "index.js",
"scripts": {
"start": "node ./proxy.js",
"dev": "node node_modules/nodemon/bin/nodemon.js --debug=5861 proxy.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.coding.net/JoeyG/proxy-core.git"
},
"author": "joeyguo",
"license": "ISC",
"dependencies": {
"babel-core": "^6.10.4",
"co-body": "^4.2.0",
"co-express": "^1.2.1",
"colors": "^1.1.2",
"compose-middleware": "^2.2.0",
"crypto": "0.0.3",
"express": "^4.14.0",
"http-proxy": "~1.11.2",
"http-proxy-agent": "~1.0.0",
"koa": "^1.2.1",
"koa-compose": "^2.4.0",
"koa-route": "^2.4.2",
"koa-static": "^2.0.0",
"mime": "^1.3.4",
"node-forge": "^0.6.40",
"pac-proxy-agent": "~1.0.0",
"parseurl": "^1.3.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"fs-promise": "^0.5.0",
"nodemon": "^1.10.0"
}
}