mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[examples] added package.json with the dependencies needed by examples
This commit is contained in:
parent
831a44b3c8
commit
d85ccdd333
10
examples/package.json
Normal file
10
examples/package.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "http-proxy-examples",
|
||||
"description": "packages required to run the examples",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"colors": "~0.6.2",
|
||||
"socket.io": "~0.9.16",
|
||||
"socket.io-client": "~0.9.16"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user