-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 856 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
{
"name": "reDesign",
"version": "0.12.0",
"description": "A rewrite of the HTML Canvas Graphics creator from the MenuMaApp Manage application.",
"main": "main.js",
"build": {
"appId": "com.alexxGmZ.reDesign",
"linux": {
"target": "AppImage",
"icon": "./assets/icon/256/reDesign-circle/256x256.png"
},
"win": {
"target": "portable",
"icon": "./assets/icon/256/reDesign-circle/256x256.png"
}
},
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"linux": "electron-builder --linux",
"win": "electron-builder --win"
},
"author": "alexxGmZ",
"license": "ISC",
"devDependencies": {
"electron": "^32.0.1",
"electron-builder": "^24.13.3"
},
"dependencies": {
"@jaames/iro": "^5.5.2",
"fabric": "^5.3.0"
}
}