-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 874 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 874 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
{
"name": "node-http-proxy-json",
"version": "0.1.9",
"description": "for node-http-proxy transform the response json from the proxied server.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec ./test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/langjt/node-http-proxy-json.git"
},
"keywords": [
"http-proxy",
"streaming",
"json"
],
"author": "XianFa Lang <xianfalang@gmail.com> (http://www.cnblogs.com/langjt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/langjt/node-http-proxy-json/issues"
},
"homepage": "https://github.com/langjt/node-http-proxy-json#readme",
"dependencies": {
"bufferhelper": "^0.2.1",
"concat-stream": "^1.5.1"
},
"devDependencies": {
"chai": "^3.5.0",
"http-proxy": "^1.13.3",
"mocha": "^2.5.3"
}
}