homebridge-irobot-roomba
Version:
Control your iRobot Roomba with Siri and HomeKit
46 lines • 1.05 kB
JSON
{
"name": "homebridge-irobot-roomba",
"description": "Control your iRobot Roomba with Siri and HomeKit",
"version": "1.0.1",
"license": "ISC",
"author": {
"name": "Alexander Babel"
},
"main": "",
"keywords": [
"homebridge-plugin",
"iRobot",
"Roomba",
"980",
"960",
"900",
"800",
"IoT"
],
"bugs": {
"url": "https://github.com/AlexanderBabel/homebridge-irobot-roomba.git/issues"
},
"homepage": "https://github.com/AlexanderBabel/homebridge-irobot-roomba.git#readme",
"repository": {
"type": "git",
"url": "git://github.com/AlexanderBabel/homebridge-irobot-roomba"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"scripts": {
"lint": "eslint index.js"
},
"dependencies": {
"dorita980": "^3.0.11"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"eslint-loader": "^1.6.1"
}
}