forked from oscartbeaumont/ElectronPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.linux.json
More file actions
24 lines (24 loc) · 859 Bytes
/
package.linux.json
File metadata and controls
24 lines (24 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "electronplayer",
"version": "2.0.8",
"description": "An Electron Based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane And More",
"main": "src/main.js",
"scripts": {
"start": "electron .",
"test": "echo 'TODO: Tests'",
"build": "electron-builder -c build/electron-builder.yml -c build/electron-builder.castlabs.yml -p never"
},
"repository": "https://github.com/oscartbeaumont/ElectronPlayer.git",
"author": "Oscar Beaumont <oscar@otbeaumont.me> (https://otbeaumont.me)",
"license": "MIT",
"devDependencies": {
"electron": "https://github.com/castlabs/electron-releases#v8.0.1-wvvmp",
"electron-builder": "^22.3.2"
},
"dependencies": {
"@cliqz/adblocker-electron": "^1.5.0",
"electron-prompt": "^1.5.1",
"electron-store": "^5.1.1",
"node-fetch": "^2.6.0"
}
}