forked from popcorn-official/popcorn-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 3.3 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "Popcorn-Time",
"companyName": "Popcorn Time",
"installIcon": "./src/app/images/popcorntime.ico",
"unInstallIcon": "./src/app/images/butter_uninstall.ico",
"homepage": "http://popcorntime.sh/",
"bugs": "https://github.com/popcorn-official/popcorn-desktop/issues",
"repository": {
"type": "git",
"url": "https://github.com/popcorn-official/popcorn-desktop.git"
},
"license": "GPL-3.0",
"main": "src/app/index.html",
"version": "0.4.4",
"releaseName": "Love in the Time of Corona",
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"css": "gulp css",
"dist": "gulp dist",
"start": "gulp run",
"test": "gulp test"
},
"chromium-args": "--enable-node-worker",
"engines": {
"yarn": ">= 1.0.0"
},
"window": {
"title": "Popcorn Time",
"icon": "src/app/images/icon.png",
"frame": false,
"toolbar": false,
"min_width": 960,
"min_height": 520,
"resizable": true,
"show": false,
"position": "center"
},
"providers": [
"butter-provider/movie.js",
"butter-provider/anime.js",
"butter-provider/tv.js",
"butter-provider/yts.js"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@vpnht/sdk": "^1.0.10",
"adm-zip": "0.4.16",
"airplayer": "2.0.0",
"async": "2.6.1",
"backbone": "^1.3.3",
"backbone.babysitter": "^0.1.12",
"backbone.marionette": "~3.x.x",
"backbone.radio": "^2.0.0",
"backbone.wreqr": "^1.4.0",
"bootstrap": "^3.4.1",
"butter-provider": "0.11.0",
"butter-sanitize": "^0.1.1",
"butter-settings-popcorntime.app": "0.0.5",
"chromecast-api": "0.3.4",
"defer-request": "0.0.3",
"dlnacasts2": "0.2.0",
"edit-json-file": "^1.4.1",
"es6-object-assign": "^1.0.1",
"flag-icon-css": "^3.5.0",
"i18n": "0.x.x",
"iconv-lite": "0.x.x",
"jquery": "^3.5.1",
"jschardet": "1.6.0",
"json-rpc2": "1.x.x",
"lodash": "^4.17.19",
"memoizee": "0.x.x",
"mkdirp": "*",
"moment": ">=2.22.2",
"mousetrap": "~1.6.2",
"mv": "2.x.x",
"nedb": "1.8.0",
"node-tvdb": "^4.1.0",
"opensubtitles-api": "^5.1.2",
"q": "2.0.3",
"querystring": "^0.2.0",
"readdirp": "2.x.x",
"request": "2.88.x",
"rimraf": "2.x.x",
"sanitizer": "0.x.x",
"semver": "5.x.x",
"send": "0.16.x",
"socks-proxy-agent": "^5.0.0",
"srt-to-vtt": "^1.1",
"tar": "4.4.8",
"torrentcollection4": "0.0.9",
"trakt.tv": "7.x.x",
"trakt.tv-images": "5.x.x",
"trakt.tv-matcher": "7.x.x",
"trakt.tv-ondeck": "7.x.x",
"underscore": "1.12.1",
"urijs": "1.19.6",
"video.js": "4.11.4",
"videojs-youtube": "1.2.10",
"webtorrent": "git+https://github.com/popcorn-time-ru/webtorrent/#pt-fork",
"webtorrent-health": "1.x.x"
},
"devDependencies": {
"del": "^3.x.x",
"git-rev": "^0.2.1",
"gulp": "^4.0.2",
"gulp-filter": "^5.1.0",
"gulp-gzip": "^1.4.2",
"gulp-jsbeautifier": "^2.1.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^2.0.0",
"gulp-stylus": "^2.7.0",
"gulp-tar": "^2.1.0",
"gulp-zip": "^4.2.0",
"guppy-pre-commit": "^0.4.0",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"nib": "^1.1.2",
"nw-builder": "^3.5.7",
"stylus": "^0.54.5",
"yargs": "^12.x.x"
}
}