Skip to content

Commit

Permalink
Add eyes dependency to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
weaver committed Apr 13, 2011
1 parent 0d1a3fe commit 1b07f38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -4,21 +4,22 @@
"version": "0.4.1",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
{ "name": "Marak Squires", "email": "marak.squires@gmail.com" },
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.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"],
"dependencies": {
"colors": ">= 0.3.0",
"optimist": ">= 0.1.6",
"request": ">= 1.9.0",
"vows": ">= 0.5.8",
"winston": ">= 0.2.5"
"winston": ">= 0.2.5",
"eyes": ">= 0.1.6"
},
"main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
Expand Down

0 comments on commit 1b07f38

Please sign in to comment.