-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "artnet-hue-entertainment",
"version": "0.1.0",
"description": "Near-realtime ArtNet control over Signify/Philips Hue lights using the new Hue Entertainment API",
"repository": {
"type": "git",
"url": "https://github.com/jeffreykog/artnet-hue-entertainment.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Jeffrey Kog",
"url": "https://github.com/jeffreykog"
},
"license": "MIT",
"homepage": "https://github.com/jeffreykog/artnet-hue-entertainment",
"bugs": {
"url": "https://github.com/jeffreykog/artnet-hue-entertainment/issues"
},
"bin": {
"artnet-hue-entertainment": "./build/cli.js"
},
"keywords": [
"artnet",
"dmx",
"philips",
"hue",
"entertainment",
"light"
],
"dependencies": {
"@peter-murray/hue-bridge-model": "^2.0.4",
"artnet-protocol": "^0.2.1",
"conf": "^10.0.1",
"ip6addr": "^0.2.3",
"minimist": "^1.2.5",
"nconf": "^0.12.0",
"node-dtls-client": "^1.0.1",
"node-hue-api": "^5.0.0-beta.14"
},
"devDependencies": {
"@types/conf": "^3.0.0",
"@types/ip6addr": "^0.2.3",
"@types/minimist": "^1.2.2",
"@types/nconf": "^0.10.3",
"@types/node": "^15.6.1",
"@types/node-hue-api": "^2.3.2",
"typescript": "^4.3.2"
}
}