-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.17 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
{
"name": "logitech-harmony-adapter",
"display_name": "Logitech Harmony",
"version": "0.2.10",
"description": "Support for Logitech Harmony hubs",
"main": "adapter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"licenses": "./gather-licenses.js",
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tim-hellhake/logitech-harmony-adapter.git"
},
"keywords": [
"mozilla",
"iot",
"adapter",
"logitech",
"harmony"
],
"author": "Tim Hellhake",
"license": "MIT",
"bugs": {
"url": "https://github.com/tim-hellhake/logitech-harmony-adapter/issues"
},
"homepage": "https://github.com/tim-hellhake/logitech-harmony-adapter#readme",
"dependencies": {
"@harmonyhub/client-ws": "^1.0.4",
"@harmonyhub/discover": "^1.0.8"
},
"files": [
"adapter.js",
"hub.js",
"property.js",
"device.js",
"action-property.js",
"SHA256SUMS",
"LICENSE",
"manifest.json"
],
"moziot": {
"api": {
"min": 2,
"max": 2
},
"plugin": true,
"exec": "{nodeLoader} {path}"
},
"devDependencies": {
"nlf": "^2.1.1"
}
}