homebridge-parrot-flower
Version:
Use HomeKit to monitor your plants with homebridge
44 lines (43 loc) • 938 B
JSON
{
"name": "homebridge-parrot-flower",
"version": "0.4.1",
"description": "Use HomeKit to monitor your plants with homebridge",
"main": "src/index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint src",
"release": "npm-github-release"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"plugin",
"parrot",
"flower",
"power",
"HomeKit",
"home",
"automation"
],
"author": "Antoine Raulin",
"license": "MIT",
"engines": {
"node": ">=9.3.0",
"homebridge": ">=0.4.36"
},
"devDependencies": {
"eslint": "^4.18.0",
"npm-github-release": "^0.9.0"
},
"dependencies": {
"array-equal": "^1.0.0",
"clone": "^2.1.1",
"debug": "^3.1.0",
"moment": "^2.20.1",
"noble": "^1.9.0",
"sequential-task-queue": "^1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/antoineraulin/homebridge-parrot-flower.git"
}
}