-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 870 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
{
"name": "homebridge-enocean",
"version": "0.1.1",
"description": "A simple way to bridge your EnOcean switches to Homekit",
"main": "index.js",
"keywords": [
"enocean",
"enocean-js",
"homebridge-plugin"
],
"scripts": {
"build": "coffee -c *.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexsporn/homebridge-enocean.git"
},
"bugs": {
"url": "https://github.com/alexsporn/homebridge-enocean/issues"
},
"homepage": "https://github.com/alexsporn/homebridge-enocean/#readme",
"author": "alexsporn",
"license": "MIT",
"dependencies": {
"enocean-js": "0.0.1-beta.17",
"events": "^3.0.0",
"serialport": "^7.1.4"
},
"devDependencies": {
"coffeescript": "^2.4.1",
"homebridge": "^0.4.48"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
}
}