forked from grayspectrum/untv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.34 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"main": "src/index.html",
"name": "untv",
"description": "drm-free media platform for home theater computers",
"version": "0.5.1-alpha",
"author": "Gordon Hall <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/gordonwritescode/untv.git"
},
"scripts": {
"start": "cake start"
},
"license": "GPL",
"engines": {
"node": ">=0.8"
},
"keywords": [
"untv",
"drm-free",
"media",
"player",
"tv"
],
"window": {
"title": "UNTV",
"icon": "src/assets/images/untv-icon.png",
"toolbar": false,
"frame": true,
"width": 1024,
"height": 576,
"position": "center",
"min_height": 480,
"max_height": 1080,
"min_width": 640,
"max_width": 1920,
"fullscreen": false,
"show": false,
"kiosk": false
},
"webkit": {
"plugin": true
},
"dependencies": {
"coffee-script": "~1.6.3",
"socket.io": "~0.9.16",
"request": "~2.29.0",
"async": "~0.2.9",
"jade": "~0.35.0",
"less": "~1.5.1",
"express": "~3.4.7",
"coffeeify": "~0.5.2",
"browserify": "~3.2.0",
"node.extend": "~1.0.8",
"fluent-ffmpeg": "~1.5.2",
"hat": "0.0.3",
"nt": "~0.3.1",
"musicmetadata": "~0.2.7",
"untv-remote": "git+https://github.com/untv/untv-remote.git#v0.5.1",
"peerflix": "~0.1.6"
}
}