-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
{
"name": "nicoSlide",
"version": "1.0.3",
"description": "",
"main": "main.js",
"scripts": {
"dev": "electron main.js",
"start": "electron .",
"build": "electron-packager . nicoSlide --platform=darwin --arch=x64 --electron-version=4.1.4",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"publish": "electron-builder --mac -p always"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Im-neko/nico-slide.git"
},
"dependencies": {
"electron-log": "^4.2.2",
"electron-updater": "^4.3.1"
},
"devDependencies": {
"electron": "^4.1.4",
"electron-builder": "^20.38.5"
},
"build": {
"appId": "nicoSlide",
"mac": {
"category": "presentation support app",
"target": [
"zip",
"dmg",
"pkg"
],
"publish": [
{
"provider": "github"
}
]
}
},
"bugs": {
"url": "https://github.com/Im-neko/nico-slide/issues"
},
"homepage": "https://github.com/Im-neko/nico-slide#readme",
"author": "im-neko",
"license": "MIT"
}