forked from PopcornTimeCommunity/desktop
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
102 lines (102 loc) · 2.69 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
{
"name": "Popcorn-Time-CE",
"homepage": "http://popcorntime.ag",
"bugs": {
"url": "https://github.com/captainyarr/popcorntime-ce-desktop/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/captainyarr/popcorntime-ce-desktop.git"
},
"license": "GPL-3.0",
"main": "src/app/index.html",
"version": "0.4.4-1",
"node-remote": "*://*",
"chromium-args": "--password-store=basic --remote-debugging-port=9222 --inspect-brk",
"releaseName": "Can I get another bucket of popcorn?",
"scripts": {
"start": "npx gulp run",
"update": "npm prune && npm install",
"debug": "NODE_ENV=development npx gulp run"
},
"single-instance": false,
"window": {
"title": "Popcorn Time CE",
"icon": "src/app/images/icon.png",
"toolbar": false,
"frame": false,
"min_width": 960,
"min_height": 520,
"resizable": true,
"show": false,
"position": "center"
},
"dependencies": {
"adm-zip": "^0.5.5",
"airplay-js": "^0.3.0",
"ajv": "^6.12.6",
"async": "^3.2.1",
"axios": "^1.7.5",
"bottleneck": "^2.19.5",
"chromecast-js": "git+https://github.com/captainyarr/chromecast-js.git",
"client-oauth2": "^4.3.3",
"i18n": "^0.13.2",
"iconv-lite": "^0.6.3",
"jschardet": "^2.2.1",
"json-rpc2": "^2.0.0",
"kat-api-ce": "^0.0.4",
"markdown": "^0.5.0",
"memoizee": "^0.4.17",
"mkdirp": "^0.5.5",
"moment": "^2.30.1",
"mv": "^2.0.3",
"nedb": "^1.8.0",
"node-captions": "^0.4.6",
"node-tvdb": "^4.0.0",
"node-webkit-fdialogs": "^0.2.7",
"nodecast-js": "^1.0.3",
"opensubtitles-api": "5.1.2",
"opensubtitles-ce": "^1.0.0",
"os-name": "^3.1.0",
"parse-torrent": "^7.1.3",
"peerflix": "^0.39.0",
"q": "^2.0.3",
"rarbg-api": "^1.1.4",
"read-torrent": "^1.3.1",
"readdirp": "^3.6.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"sanitizer": "^0.1.2",
"semver": "^7.3.5",
"send": "^0.17.1",
"strike-api": "^0.2.0",
"tar": "^6.2.1",
"temp": "^0.9.4",
"torrent-browse": "^1.0.2",
"torrent-search-api": "^2.1.4",
"torrent-tracker": "^0.1.0",
"underscore": "1.9.2",
"upnp-mediarenderer-client": "^1.4.0",
"urijs": "^1.19.7",
"webtorrent": "^0.118.0",
"xmlbuilder": "^13.0.2"
},
"devDependencies": {
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"gulp": "^5.0.0",
"gulp-download": "0.0.1",
"gulp-gzip": "^1.4.2",
"gulp-tar": "3.0.1",
"gulp-unzip": "^1.1.0",
"gulp-zip": "^5.1.0",
"jest": "^29.7.0",
"merge2": "^1.3.0",
"nw-builder": "^3.5.7",
"nw-gyp": "^3.6.5",
"yargs": "^14.2.3"
},
"description": "",
"author": ""
}