mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name" : "http-proxy",
|
|
"version" : "1.7.3",
|
|
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "https://github.com/nodejitsu/node-http-proxy.git"
|
|
},
|
|
|
|
"description" : "HTTP proxying for the masses",
|
|
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
|
|
"maintainers" : [
|
|
"yawnt <yawnt@nodejitsu.com>",
|
|
"indexzero <charlie@nodejitsu.com>"
|
|
],
|
|
|
|
"main" : "index.js",
|
|
|
|
"dependencies" : {
|
|
"eventemitter3" : "0.x.x",
|
|
"requires-port" : "0.x.x"
|
|
},
|
|
"devDependencies": {
|
|
"mocha" : "*",
|
|
"expect.js" : "*",
|
|
"dox" : "*",
|
|
"coveralls" : "*",
|
|
"mocha-lcov-reporter": "*",
|
|
"blanket" : "*",
|
|
"ws" : "~0.5.0",
|
|
"socket.io" : "*",
|
|
"socket.io-client" : "*",
|
|
"async" : "*"
|
|
},
|
|
"scripts" : {
|
|
"coveralls" : "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
|
|
"blanket" : { "pattern": "lib/http-proxy" },
|
|
"test" : "mocha -R landing test/*-test.js",
|
|
"test-cov" : "mocha --require blanket -R html-cov > cov/coverage.html"
|
|
},
|
|
|
|
"engines" : {
|
|
"node" : ">=0.10.0"
|
|
},
|
|
|
|
"license" : "MIT"
|
|
}
|