Skip to content

Commit e6c52d4

Browse files
committed
[dist] Use devDependencies in package.json
1 parent e90cbd6 commit e6c52d4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616
"dependencies": {
1717
"colors": ">= 0.5.x",
1818
"optimist": ">= 0.1.x",
19-
"request": ">= 1.9.x",
20-
"vows": ">= 0.5.x"
19+
"request": ">= 1.9.x"
20+
},
21+
"devDependencies": {
22+
"vows": ">= 0.5.x",
23+
"socket.io": ">= 0.6.x"
2124
},
2225
"main": "./lib/node-http-proxy",
2326
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
2427
"scripts": { "test": "vows test/*-test.js --spec" },
2528
"engines": { "node": "= 0.4.7" }
26-
}
29+
}

0 commit comments

Comments
 (0)