-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
34 lines (34 loc) · 882 Bytes
/
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
{
"name": "hypervision",
"version": "0.0.0",
"description": "P2P Television",
"dependencies": {
"browserify": "^14.1.0",
"choo": "^5.0.4",
"electron": "1.4.6",
"end-of-stream": "^1.4.0",
"getusermedia": "^2.0.0",
"hypercore": "^5.4.4",
"hyperdiscovery": "^1.2.0",
"media-recorder-stream": "^2.1.1",
"on-load": "^3.2.0",
"pump": "^1.0.2",
"sheetify": "^6.0.1",
"sheetify-nested": "^1.0.2",
"webm-cluster-stream": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/hypervision.git"
},
"scripts": {
"start": "npm run build && electron app.js",
"build": "node build.js"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/hypervision/issues"
},
"homepage": "https://github.com/mafintosh/hypervision"
}