-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
executable file
·75 lines (75 loc) · 1.53 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
70
71
72
73
74
75
{
"name": "laserweb-builder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "./node_modules/.bin/electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Laserweb/LaserWeb-binaries.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LaserWeb/LaserWeb-binaries/issues"
},
"homepage": "https://github.com/LaserWeb/LaserWeb-binaries#readme",
"dependencies": {
"electron-updater": "^2.21.10",
"lw.comm-server": "github:LaserWeb/lw.comm-server",
"ncp": "^2.0.0"
},
"devDependencies": {
"copyfiles": "^1.2.0",
"electron": "^1.6.x",
"electron-builder": "^14.1.1",
"electron-rebuild": "^1.5.7",
"ncp": "^2.0.0"
},
"build": {
"appId": "xyz.laserweb",
"productName": "LaserWeb",
"asar": true,
"files": [
"**/*"
],
"mac": {
"icon": "build/icon.icns",
"category": "public.app-category.graphics-design"
},
"dmg": {
"icon": "build/icon.icns",
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"linux": {
"category": "Graphics"
}
},
"keywords": [
"laserweb",
"cncweb",
"grbl",
"smoothieware",
"tinyg",
"usb",
"serial",
"ethernet",
"gateway",
"ESP8266"
]
}