Skip to content

Commit

Permalink
[dist] Use devDependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
olauzon committed May 17, 2011
1 parent e90cbd6 commit e6c52d4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@
"dependencies": {
"colors": ">= 0.5.x",
"optimist": ">= 0.1.x",
"request": ">= 1.9.x",
"vows": ">= 0.5.x"
"request": ">= 1.9.x"
},
"devDependencies": {
"vows": ">= 0.5.x",
"socket.io": ">= 0.6.x"
},
"main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
"scripts": { "test": "vows test/*-test.js --spec" },
"engines": { "node": "= 0.4.7" }
}
}

0 comments on commit e6c52d4

Please sign in to comment.