-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.16 KB
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
{
"name": "moviecast-desktop",
"version": "0.2.0",
"description": "The future of streaming movies and tv shows",
"repository": {
"type": "git",
"url": "git+https://github.com/MovieCast/desktop.git"
},
"author": "Dizzy <dizzy@moviecast.io> (moviecast.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MovieCast/desktop/issues"
},
"homepage": "https://github.com/MovieCast/desktop#readme",
"scripts": {
"postinstall": "electron-builder install-app-deps",
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"compile:dll": "electron-webpack dll",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir",
"dist:nightly": "yarn dist -mlw -p never"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-classes": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@moviecast/electron-webpack": "2.3.3",
"electron": "^3.0.2",
"electron-builder": "^20.28.4",
"electron-devtools-installer": "^2.2.4",
"eslint": "^5.6.1",
"webpack": "^4.20.2"
},
"engines": {
"node": ">=10.11.0"
},
"dependencies": {}
}