This repository was archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.73 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
{
"name": "mirakurun-ui",
"productName": "Mirakurun UI",
"version": "1.3.4",
"description": "Mirakurun's Desktop UI Application.",
"homepage": "https://github.com/Chinachu/Mirakurun-UI",
"keywords": [
"mirakurun",
"chinachu",
"dtv"
],
"main": "app/main.js",
"scripts": {
"start": "electron .",
"start.win32": "electron.cmd .",
"build.win32": "build.cmd --win --ia32",
"build.darwin": "build --mac",
"test": "eslint app/**/*.js",
"test.win32": "eslint.cmd app/**/*.js"
},
"build": {
"appId": "moe.chinachu.mirakurun.ui",
"copyright": "Chinatsu Yoshikawa",
"compression": "maximum",
"win": {
"target": "nsis-web",
"icon": "app/images/icon.ico",
"certificateSubjectName": "Pixely, Limited Liability Co."
},
"mac": {
"category": "public.app-category.utilities",
"icon": "app/images/icon.icns",
"extendInfo": "./Info.plist"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chinachu/Mirakurun-UI.git"
},
"author": "kanreisa (https://github.com/kanreisa)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Chinachu/Mirakurun-UI/issues"
},
"dependencies": {
"electron-is-dev": "^1.0.1",
"electron-settings": "^3.0.14",
"electron-updater": "^4.0.6",
"flagrate": "^1.0.0-beta.20",
"mirakurun": "^2.8.2",
"semver": "^5.6.0"
},
"devDependencies": {
"@types/electron-settings": "^3.0.0",
"@types/node": "^10.12.18",
"electron": "^4.0.1",
"electron-builder": "^20.38.5",
"electron-packager": "^13.0.1",
"eslint": "^5.12.0",
"eslint-config-defaults": "^9.0.0"
},
"engines": {
"node": ">=7.4.0"
},
"os": [
"darwin",
"win32"
]
}