forked from thexperiments/pimatic-harmonyhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 923 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": "pimatic-harmonyhub",
"description": "This plugin adds the functionality to control various devices via the Harmony Hub through pimatic",
"author": {
"name": "Lukas Reinhart",
"email": "[email protected]"
},
"main": "harmonyhub",
"license": "GPL-2.0",
"files": [
"harmonyhub.coffee",
"README.md",
"harmonyhub-config-schema.coffee",
"device-config-schema.coffee"
],
"version": "0.0.6",
"homepage": "https://github.com/thexperiments/pimatic-harmonyhub",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/thexperiments/pimatic-harmonyhub.git"
},
"configSchema": "harmonyhub-config-schema.coffee",
"dependencies": {
"harmonyhubjs-client": "^1.1.8",
"harmonyhubjs-discover": "^1.0.2"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}