forked from heisice/homebridge-mqtt-motionsensor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 834 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": "homebridge-mqtt-motionsensor",
"version": "0.1.0",
"description": "A HomeBridge plugin for MQTT motion sensors.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heisice/homebridge-mqtt-motionsensor.git"
},
"files": [
"index.js",
"README.md"
],
"keywords": [
"homebridge-plugin",
"mqtt"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": "Ki-soo Kim <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/heisice/homebridge-mqtt-motionsensor/issues"
},
"homepage": "https://github.com/heisice/homebridge-mqtt-motionsensor",
"dependencies": {
"mqtt": "^1.12.0"
},
"devDependencies": {}
}