32 lines
829 B
JSON
32 lines
829 B
JSON
{
|
|
"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": {
|
|
"http-proxy": "^1.13.3"
|
|
}
|
|
}
|