Skip to content

Commit 27316e2

Browse files
committed
[dist] Update author field for consistency
1 parent ed06af9 commit 27316e2

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

package.json

+18-11
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
"name": "http-proxy",
33
"version": "0.8.0",
44
"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+
"indexzero <[email protected]>",
8+
"AvianFlu <[email protected]>"
119
],
1210
"repository": {
1311
"type": "git",
14-
"url": "http://github.com/nodejitsu/node-http-proxy.git"
12+
"url": "http://github.com/nodejitsu/node-http-proxy.git"
1513
},
16-
"keywords": ["reverse", "proxy", "http"],
14+
"keywords": [
15+
"reverse",
16+
"proxy",
17+
"http"
18+
],
1719
"dependencies": {
1820
"colors": "0.x.x",
1921
"optimist": "0.2.x",
@@ -26,12 +28,17 @@
2628
"socket.io": "0.6.x"
2729
},
2830
"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": {
3135
"test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
3236
"test-http": "vows --spec && vows --spec --target=secure",
3337
"test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure",
3438
"test-core": "test/core/run"
3539
},
36-
"engines": { "node": ">= 0.6.6" }
40+
"engines": {
41+
"node": ">= 0.6.6"
42+
}
3743
}
44+

0 commit comments

Comments
 (0)