UNPKG

iobroker.opi

Version:

OPI-Monitor for ioBroker Installations

47 lines (46 loc) 955 B
{ "name": "iobroker.opi", "description": "OPI-Monitor for ioBroker Installations", "version": "0.1.2", "engines": { "node": ">=0.12" }, "author": { "name": "husky-koglhof", "email": "husky.koglhof@icloud.com" }, "contributors": [ "versteckt <johann.schneider1@googlemail.com>" ], "dependencies": { "sync-exec": "^0.6.2" }, "devDependencies": { "gulp": "^4.0.0", "axios": "^0.18.0", "mocha": "^4.1.0", "chai": "^4.1.2" }, "homepage": "https://github.com/ioBroker/ioBroker.opi", "license": "MIT", "keywords": [ "ioBroker", "monitoring", "orangepi" ], "repository": { "type": "git", "url": "https://github.com/ioBroker/ioBroker.opi" }, "os": [ "linux" ], "bugs": { "url": "https://github.com/ioBroker/ioBroker.opi/issues" }, "main": "main.js", "scripts": { "test": "node node_modules/mocha/bin/mocha" }, "readmeFilename": "README.md" }