-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.14 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
{
"name": "c29",
"version": "1.0.0",
"description": "C29 - Configure your Logitech G29!",
"main": "index.js",
"homepage": "https://github.com/Zo-Bro-23/c29#readme",
"bugs": {
"url": "https://github.com/Zo-Bro-23/c29/issues",
"email": "zohan.subhash@gmail.com"
},
"publishConfig": {
"tag": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/Zo-Bro-23/c29.git"
},
"keywords": [
"C29",
"logitech",
"G29",
"wheel",
"gaming"
],
"scripts": {
"test": "electron .",
"build": "electron-builder"
},
"author": "Zohan Subhash",
"license": "GPL-3.0",
"dependencies": {
"auto-launch": "^5.0.5",
"logitech-g29": "^1.3.0",
"node-global-key-listener": "^0.1.1"
},
"build": {
"nsis": {
"uninstallDisplayName": "C29"
},
"appId": "c29.g29.zobro23",
"productName": "C29",
"linux": {
"target": [
"AppImage",
"deb"
],
"icon": "icon.png"
},
"win": {
"publisherName": "ZoBro23",
"target": "NSIS"
}
},
"devDependencies": {
"electron": "^21.3.1",
"electron-builder": "^23.6.0"
}
}