-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.5 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.5 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "mal-tracker-go",
"version": "1.0.0",
"description": "Electron myanimelist tracker",
"main": "main.js",
"scripts": {
"start": "electron .",
"postinstall": "install-app-deps",
"pack": "build --dir",
"dist": "build"
},
"build": {
"appId": "malTrackerGo",
"productName": "malTrackerGo",
"dmg": {
"contents": [
{
"x": 110,
"y": 150
},
{
"x": 240,
"y": 150,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"target": [
"AppImage",
"deb"
]
},
"win": {
"target": "NSIS",
"icon": "images/dist.ico"
}
},
"author": "PanDoes, Badtz",
"license": "ISC",
"dependencies": {
"bootstrap-colorpicker": "^2.5.2",
"cryptiles": "4.1.2",
"feedparser": "^2.2.9",
"jquery": "^3.3.1",
"jquery-tags-input": "^1.3.5",
"jqueryui": "^1.11.1",
"lodash": "^4.17.5",
"q": "^1.5.1",
"request": "^2.83.0",
"rss": "^1.2.2",
"rss-parser": "^3.1.1",
"sshpk": "1.13.2",
"xml2js": "^0.4.19",
"yarn": "^1.3.2"
},
"devDependencies": {
"electron": "1.8.8",
"electron-builder": "latest"
}
}