forked from guerrerocarlos/TorrenTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.5 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
{
"name": "TorrenTV",
"version": "0.9.10",
"description": "Send torrent streaming directly to AppleTV/XBMC via Airplay",
"main": "app://host/src/app/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"AppleTV",
"Airplay",
"Torrent"
],
"author": "Carlos Guerrero",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.4.4",
"airplay-js": "guerrerocarlos/node-airplay-js",
"airplay-xbmc": "^0.2.1",
"async": "^0.9.0",
"chromecast-js": "*",
"connect": "^3.0.2",
"connect-cors": "^0.5.6",
"decompress": "^2.0.0",
"mu2": "^0.5.20",
"network-address": "0.0.4",
"numeral": "^1.5.3",
"nw-updater": "*",
"peerflix": "*",
"q": "^1.0.1",
"read-torrent": "~1.0.0",
"request": "^2.42.0",
"rimraf": "^2.2.8",
"semver": "^3.0.1",
"senver": "0.0.0",
"serve-static": "^1.3.2",
"simple-cors-file-server": "*",
"srt2vtt2": "0.0.2",
"subtitles-server": "0.0.3",
"underscore": "^1.7.0",
"util": "^0.10.3"
},
"window": {
"title": "TorrenTV",
"icon": "src/app/images/icon.png",
"frame": true,
"resizable": true,
"show": true,
"fullscreen": false,
"toolbar": true,
"width": 300,
"always-on-top": true,
"height": 300
},
"devDependencies": {
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-exec": "^0.4.6",
"grunt-node-webkit-builder": "^0.1.21",
"load-grunt-tasks": "^0.6.0"
}
}