|
2 | 2 | "name": "http-proxy",
|
3 | 3 | "version": "0.8.0",
|
4 | 4 | "description": "A full-featured http reverse proxy for node.js",
|
5 |
| - "author": "Charlie Robbins <[email protected]>", |
6 |
| - "contributors": [ |
7 |
| - { "name": "Mikeal Rogers", "email": "[email protected]" }, |
8 |
| - { "name": "Marak Squires", "email": "[email protected]" }, |
9 |
| - { "name": "Fedor Indutny", "email": "[email protected]" }, |
10 |
| - { "name": "Dominic Tarr", "email": "[email protected]" } |
| 5 | + "author": "Nodejitsu Inc. <[email protected]>", |
| 6 | + "maintainers": [ |
| 7 | + |
| 8 | + |
11 | 9 | ],
|
12 | 10 | "repository": {
|
13 | 11 | "type": "git",
|
14 |
| - "url": "http://github.com/nodejitsu/node-http-proxy.git" |
| 12 | + "url": "http://github.com/nodejitsu/node-http-proxy.git" |
15 | 13 | },
|
16 |
| - "keywords": ["reverse", "proxy", "http"], |
| 14 | + "keywords": [ |
| 15 | + "reverse", |
| 16 | + "proxy", |
| 17 | + "http" |
| 18 | + ], |
17 | 19 | "dependencies": {
|
18 | 20 | "colors": "0.x.x",
|
19 | 21 | "optimist": "0.2.x",
|
|
26 | 28 | "socket.io": "0.6.x"
|
27 | 29 | },
|
28 | 30 | "main": "./lib/node-http-proxy",
|
29 |
| - "bin": { "node-http-proxy": "./bin/node-http-proxy" }, |
30 |
| - "scripts": { |
| 31 | + "bin": { |
| 32 | + "node-http-proxy": "./bin/node-http-proxy" |
| 33 | + }, |
| 34 | + "scripts": { |
31 | 35 | "test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
|
32 | 36 | "test-http": "vows --spec && vows --spec --target=secure",
|
33 | 37 | "test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure",
|
34 | 38 | "test-core": "test/core/run"
|
35 | 39 | },
|
36 |
| - "engines": { "node": ">= 0.6.6" } |
| 40 | + "engines": { |
| 41 | + "node": ">= 0.6.6" |
| 42 | + } |
37 | 43 | }
|
| 44 | + |
0 commit comments