Skip to content

Commit

Permalink
[dist] Update author field for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
coderarity committed May 7, 2012
1 parent ed06af9 commit 27316e2
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@
"name": "http-proxy",
"version": "0.8.0",
"description": "A full-featured http reverse proxy for node.js",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" },
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" },
{ "name": "Dominic Tarr", "email": "dominic@nodejitsu.com" }
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"maintainers": [
"indexzero <charlie@nodejitsu.com>",
"AvianFlu <avianflu@nodejitsu.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/nodejitsu/node-http-proxy.git"
"url": "http://github.com/nodejitsu/node-http-proxy.git"
},
"keywords": ["reverse", "proxy", "http"],
"keywords": [
"reverse",
"proxy",
"http"
],
"dependencies": {
"colors": "0.x.x",
"optimist": "0.2.x",
Expand All @@ -26,12 +28,17 @@
"socket.io": "0.6.x"
},
"main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
"scripts": {
"bin": {
"node-http-proxy": "./bin/node-http-proxy"
},
"scripts": {
"test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
"test-http": "vows --spec && vows --spec --target=secure",
"test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure",
"test-core": "test/core/run"
},
"engines": { "node": ">= 0.6.6" }
"engines": {
"node": ">= 0.6.6"
}
}

0 comments on commit 27316e2

Please sign in to comment.