-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 950 Bytes
/
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
{
"name": "desktop-habitica",
"productName": "Habitica",
"version": "1.0.2",
"description": "Unofficial Habitica desktop app",
"main": "main.js",
"scripts": {
"start": "electron .",
"dist": "build"
},
"build": {
"appId": "me.ryanleesipes.desktop-habitica",
"icon": "build/icons/*",
"linux": {
"target": ["snap"]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanleesipes/desktop-habitica.git"
},
"keywords": [
"habitica",
"habitRPG",
"electron-app"
],
"author": "Ryan Sipes, [email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanleesipes/desktop-habitica/issues"
},
"homepage": "https://github.com/ryanleesipes/desktop-habitica#readme",
"devDependencies": {
"electron-builder": "latest",
"electron": "latest",
"electron-window-state": "latest"
},
"dependencies": {
"electron-window-state": "*"
}
}