changeset 26 | 87ddaf81e63c |
25:bc6c646f1814 | 26:87ddaf81e63c |
---|---|
1 { |
|
2 "name": "hap-door", |
|
3 "version": "1.0.0", |
|
4 "description": "A circuit-based door lock and door bell intercom for HomeKit.", |
|
5 "main": "src/door.js", |
|
6 "author": "Luke Hoersten <[email protected]>", |
|
7 "license": "BSD-3", |
|
8 "repository": { |
|
9 "type": "git", |
|
10 "url": "https://github.com/lukehoersten/homekit-door.git" |
|
11 }, |
|
12 "dependencies": { |
|
13 "hap-nodejs": "latest", |
|
14 "python-shell": "latest" |
|
15 } |
|
16 } |