forked from stbrenner/socket.io-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 690 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"author": "Stephan Brenner (http://www.stephan-brenner.com)",
"name": "socket.io-proxy",
"description": "socket.io client for node.js that can connect through a proxy server",
"version": "1.0.3",
"homepage": "https://github.com/ymx/socket.io-proxy",
"repository": {
"type": "git",
"url": "https://github.com/ymx/socket.io-proxy.git"
},
"main": "lib/main.js",
"scripts": {
"test": "mocha test/*.js"
},
"dependencies": {
"socket.io-client": "git+https://github.com/OferE/socket.io-client.git#0.9"
},
"devDependencies": {
"mocha": "",
"should": ""
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"license" : "MIT"
}