Commit e6c52d43 authored by Olivier Lauzon's avatar Olivier Lauzon

[dist] Use devDependencies in package.json

parent e90cbd6f
......@@ -16,8 +16,11 @@
"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" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment