{ "name" : "http-proxy", "version" : "1.1.1", "repository" : { "type" : "git", "url" : "https://github.com/nodejitsu/node-http-proxy.git" }, "description" : "HTTP proxying for the masses", "author": "Nodejitsu Inc. ", "maintainers" : [ "yawnt ", "indexzero " ], "main" : "index.js", "dependencies" : { "eventemitter3" : "*" }, "devDependencies": { "mocha" : "*", "expect.js" : "*", "dox" : "*", "coveralls" : "*", "mocha-lcov-reporter": "*", "blanket" : "*", "ws" : "*", "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" }