UNPKG

1.11 kBJSONView Raw
1{
2 "name": "http-proxy",
3 "version": "1.10.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/nodejitsu/node-http-proxy.git"
7 },
8 "description": "HTTP proxying for the masses",
9 "author": "Nodejitsu Inc. <info@nodejitsu.com>",
10 "maintainers": [
11 "yawnt <yawnt@nodejitsu.com>",
12 "indexzero <charlie@nodejitsu.com>"
13 ],
14 "main": "index.js",
15 "dependencies": {
16 "eventemitter3": "0.x.x",
17 "requires-port": "0.x.x"
18 },
19 "devDependencies": {
20 "async": "*",
21 "blanket": "*",
22 "coveralls": "*",
23 "dox": "*",
24 "expect.js": "*",
25 "mocha": "*",
26 "mocha-lcov-reporter": "*",
27 "semver": "^4.3.3",
28 "socket.io": "*",
29 "socket.io-client": "*",
30 "ws": "~0.5.0"
31 },
32 "scripts": {
33 "coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
34 "blanket": {
35 "pattern": "lib/http-proxy"
36 },
37 "test": "mocha -R landing test/*-test.js",
38 "test-cov": "mocha --require blanket -R html-cov > cov/coverage.html"
39 },
40 "engines": {
41 "node": ">=0.10.0"
42 },
43 "license": "MIT"
44}