homebridge-foscam-stream
Version:
Library to support streaming for Foscam cameras under Homebridge.
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "homebridge-foscam-stream",
"version": "0.3.11",
"description": "Library to support streaming for Foscam cameras under Homebridge.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/planetbeing/homebridge-foscam-stream.git"
},
"keywords": [
"homebridge",
"foscam"
],
"author": "David Wang <planetbeing@gmail.com> (https://planetbei.ng)",
"license": "ISC",
"bugs": {
"url": "https://github.com/planetbeing/homebridge-foscam-stream/issues"
},
"homepage": "https://github.com/planetbeing/homebridge-foscam-stream#readme",
"dependencies": {
"foscam-binary-client": "^0.2.1",
"foscam-client": "^0.4.0",
"ip": "^1.1.3",
"node-opus": "^0.2.1",
"rtsp-stream": "^1.0.0",
"sdp-transform": "^1.6.2",
"www-authenticate": "^0.6.2"
},
"engines": {
"node": ">=6.6.0",
"homebridge": ">=0.4.3",
"hap-nodejs": ">=0.4.11"
}
}