-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.16 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": "discovery-network",
"version": "0.6.1",
"description": "A peer to peer discovery network in the cloud",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Raynos/discovery-network.git",
"main": "index",
"homepage": "https://github.com/Raynos/discovery-network",
"contributors": [
{
"name": "Jake Verbaten"
}
],
"browserify": "browser.js",
"bugs": {
"url": "https://github.com/Raynos/discovery-network/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {
"mux-demux": "~3.2.0",
"stream-router": "~0.1.0",
"multi-channel-mdm": "~0.5.1",
"mux-demux-logger": "0.1.0",
"shoe": "0.0.4",
"node-uuid": "~1.3.3",
"remote-events": "~1.1.1",
"browser-log": "0.0.2",
"stream-store": "~0.2.0",
"iterators": "~0.2.0",
"buffer-stream": "0.0.1"
},
"devDependencies": {
"browserify-server": "~0.3.1",
"mux-demux-shoe": "~0.2.7",
"iterators": "~0.2.0",
"webrtc-stream": "~0.5.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/discovery-network/raw/master/LICENSE"
}
],
"scripts": {}
}