mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[dist] Use devDependencies in package.json
This commit is contained in:
parent
e90cbd6f14
commit
e6c52d431f
@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user