forked from jaruba/PowderPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.97 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
63
64
65
66
67
68
69
{
"name": "powder-player",
"description": "Hybrid between a Torrent Client and a Player",
"main": "app://powder/src/mask.html",
"version": "0.9.0",
"author": "Branza Victor-Alexandru <branza.alex@gmail.com>",
"homepage": "http://powder.media/",
"license": "LGPL-2.1",
"repository": {
"type": "git",
"url": "git://github.com/jaruba/PowderPlayer.git"
},
"bugs": {
"url": "https://github.com/jaruba/PowderPlayer/issues"
},
"chromium-args": "--d3d9 --disable-d3d11 --gpu-no-context-lost --ignore-gpu-blacklist",
"single-instance": false,
"window": {
"icon": "icon.png",
"position": "mouse",
"transparent": true,
"toolbar": false,
"frame": false,
"show": false,
"width": 530,
"height": 460,
"min_width": 530,
"min_height": 460
},
"dependencies": {
"dns": "*",
"fs": "*",
"mime-types": "*",
"node-ssdp": "*",
"opensubtitles-api": "*",
"peerflix": "jaruba/peerflix",
"read-torrent": "*",
"ga-localstorage": "jaruba/ga-localstorage",
"request": "*",
"upnp-mediarenderer-client": "*",
"xmlrpc": "*",
"tcp-port-used": "*",
"async": "jaruba/async",
"pw-wcjs-player": "jaruba/pw-wcjs-player",
"computer-sleep": "jaruba/computer-sleep",
"http-proxy": "*",
"socket.io": "*",
"socket.io-client": "*",
"needle": "*",
"net": "*",
"valid-url": "*",
"rimraf": "*",
"adm-zip": "*"
},
"optionalDependencies": {
"node-windows": "*",
"windows": "*"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.0",
"grunt-download": "^0.2.0",
"grunt-exec": "0.4.x",
"grunt-nw-builder": "^2.0.0",
"grunt-shell": "^1.1.2",
"grunt-zip": "^0.16.2",
"load-grunt-tasks": "3.1.0"
}
}