homebridge-arlo
Version:
Arlo plugin for homebridge
40 lines (39 loc) • 896 B
JSON
{
"displayName": "Homebridge Arlo",
"name": "homebridge-arlo",
"version": "2.1.0",
"description": "Arlo plugin for homebridge",
"author": "homebridge-plugins",
"main": "index.js",
"scripts": {
"developer": "DEBUG=arlo homebridge -D -U `pwd` -P `pwd`",
"lint": "jshint package.json *.js",
"watch": "nodemon"
},
"license": "ISC",
"keywords": [
"homebridge-plugin",
"arlo",
"homebridge"
],
"repository": {
"type": "git",
"url": "git://github.com/homebridge-plugins/homebridge-arlo.git"
},
"bugs": {
"url": "http://github.com/homebridge-plugins/homebridge-arlo/issues"
},
"engines": {
"node": ">=8.15.1",
"homebridge": ">=1.0.0"
},
"devDependencies": {
"nodemon": ">=2.0.2"
},
"dependencies": {
"debug": "^4.1.1",
"ffmpeg-for-homebridge": ">=0.0.5",
"node-arlo": ">=1.2.0",
"ip": ">=1.1.5"
}
}