iobroker.zoneminder
Version:
Connection to your Zoneminder
60 lines • 1.75 kB
JSON
{
"name": "iobroker.zoneminder",
"version": "0.3.3",
"description": "Connection to your Zoneminder",
"author": {
"name": "MeisterTR",
"email": "meistertr.smarthome@gmail.com"
},
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.zoneminder",
"license": "MIT",
"keywords": [
"zoneminder",
"security cam"
],
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.zoneminder"
},
"dependencies": {
"@iobroker/adapter-core": "^1.0.3",
"mqtt": "^3.0.0",
"request-promise": "^4.2.4",
"request": "^2.88.0",
"websocket": "^1.0.30",
"https": "^1.0.0"
},
"devDependencies": {
"@iobroker/testing": "^1.2.5",
"@types/chai": "^4.2.2",
"@types/chai-as-promised": "^7.1.2",
"@types/gulp": "^4.0.6",
"@types/mocha": "^5.2.7",
"@types/node": "^10.14.18",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^7.0.13",
"@types/sinon-chai": "^3.2.3",
"axios": "^0.19.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.3.0",
"gulp": "^4.0.2",
"mocha": "^6.2.0",
"proxyquire": "^2.1.3",
"sinon": "^7.4.2",
"sinon-chai": "^3.3.0"
},
"main": "main.js",
"scripts": {
"test:js": "mocha --opts test/mocha.custom.opts",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"lint": "eslint"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.zoneminder/issues"
},
"readmeFilename": "README.md"
}