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