-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 840 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
35
{
"name": "hueget",
"version": "0.7.6",
"description": "A simple API that converts the Philips Hue API PUT to GET requests, allowing control of Philips Hue lights via http GET requests",
"main": "hueget.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hueget",
"hueget",
"homebridge",
"Philips Hue",
"homebridge-hue",
"hue"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jsiegenthaler/hueget.git"
},
"bugs": {
"url": "http://github.com/jsiegenthaler/hueget/issues"
},
"preferGlobal": true,
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler)",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"express": "^4.21.2",
"stdio": "^2.1.3"
},
"engines": {
"node": "^22"
}
}