-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.48 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": "huelectron",
"productName": "huElectron",
"version": "0.6.1",
"description": "An open-source and cross-platform app for the 'Hue Lighting System' from Philips",
"license": "MIT",
"repository": "4ch1m/huElectron",
"main": "app/js/index.js",
"author": {
"name": "Achim Seufert",
"email": "[email protected]",
"url": "huelectron.achimonline.de"
},
"scripts": {
"start": "electron .",
"test": "echo 'tests disabled'",
"package": "electron-packager . --platform=all --out=dist --overwrite --asar",
"postinstall": "submodules-install"
},
"submodules": [
"node_modules/hue-hacking-node"
],
"files": [
"app/**/*"
],
"keywords": [
"hue",
"Philips",
"electron",
"app",
"desktop"
],
"dependencies": {
"@claviska/jquery-minicolors": "^2.3.6",
"@fortawesome/fontawesome-free": "^6.4.0",
"@wikimedia/jquery.i18n": "^1.0.7",
"bootstrap": "^4.6.2",
"electron-debug": "^3.2.0",
"electron-store": "^8.1.0",
"handlebars": "^4.7.7",
"hue-hacking-node": "^1.6.3",
"huejay": "^1.9.0",
"jquery": "^3.6.4",
"popper.js": "^1.16.1",
"rangeslider.js": "^2.3.3",
"bootstrap4-toggle": "^3.6.1",
"datatables.net": "^1.13.4",
"datatables.net-bs4": "^1.13.4",
"luxon": "^3.3.0",
"sortablejs": "^1.15.0",
"uuid": "^9.0.0",
"submodules-install": "^1.0.2"
},
"devDependencies": {
"electron": "^24.2.0",
"electron-packager": "^17.1.1"
}
}