-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 898 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
36
37
38
39
40
41
{
"name": "homebridge-symcon",
"version": "0.0.0",
"description": "homebridge plugin for IP-Symcon",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1"
},
"engines": {
"node": ">4.0.0",
"homebridge": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/w-andre/homebridge-symcon.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"IPS",
"Symcon",
"IP-Symcon"
],
"dependencies": {
"node-json-rpc": "",
"async": "",
"fs": ""
},
"author": {
"name": "andre",
"e-mail": "",
"url": "https://github.com/w-andre"
},
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/w-andre/homebridge-symcon/issues"
},
"homepage": "https://github.com/w-andre/homebridge-symcon"
}