forked from dotmaster/node2node-socket.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 664 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 664 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
{
"name": "node2node",
"description": "A Node Client and Transport for Socket.IO using XHR and Multipart/Mime transfer. Make node 2 node socket.io connections easy.",
"tags": [
"socket.io",
"node",
"client",
"transport",
"multipart",
"mime",
"xhr"
],
"version": "0.0.2",
"author": "dotmaster <greg@synaptic-labs.net>",
"repository": {
"type": "git",
"url": "https://github.com/dotmaster/node2node-socket.io"
},
"bugs": "https://github.com/dotmaster/node2node-socket.io/issues",
"engines": [
"node >= 0.4.0"
],
"main": "index.js",
"dependencies": {
}
}