-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "socket.io-p2p",
"description": "WebRTC data channel communication with a socket.io-like API",
"version": "1.1.2",
"author": {
"name": "Tom Cartwright",
"email": "tecartwright@gmail.com",
"url": "http://tomcartwright.net"
},
"bugs": {
"url": "https://github.com/tomcartwrightuk/socket.io-p2p/issues"
},
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/tomcartwrightuk/socket.io-p2p.git"
},
"keywords": [
"webrtc",
"peer-to-peer"
],
"dependencies": {
"component-bind": "^1.0.0",
"component-emitter": "^1.2.0",
"debug": "^2.1.0",
"has-binary": "^0.1.5",
"hat": "0.0.3",
"simple-peer": "~3.6.2",
"socket.io": "^1.2.1",
"socket.io-p2p-parser": "tomcartwrightuk/socket.io-p2p-parser",
"extend.js": "0.0.1",
"to-array": "^0.1.4"
},
"devDependencies": {
"expect": "^1.1.0",
"expect.js": "^0.3.1",
"inherits": "~2.0.1",
"socket.io": "^1.2.1",
"socket.io-client": "^1.2.1",
"tape": "~3.0.0"
},
"scripts": {
"test": "zuul -- test/index.js"
}
}