UNPKG

homebridge-plugin-mill-panelowen

Version:
61 lines (60 loc) 1.45 kB
{ "displayName": "Mill Panelowen", "name": "homebridge-plugin-mill-panelowen", "version": "2.0.17", "description": "Homebridge plugin for Mill panel ovens.", "main": "index.js", "keywords": [ "homebridge", "mill", "millheat", "homebridge-plugin" ], "bugs": { "url": "https://github.com/HenrikSandberg/homebridge-millheat/issues" }, "files": [ "CHANGELOG.md", "README.md", "src", "index.js" ], "engines": { "node": ">=0.12.0", "homebridge": ">=0.2.0" }, "scripts": { "test": "jest", "standard-version": "HUSKY_SKIP_HOOKS=1 standard-version", "release": "HUSKY_SKIP_HOOKS=1 standard-version && git push --follow-tags origin master && npm publish" }, "dependencies": { "millheat-api": "0.0.10" }, "author": "Henrik Sandberg", "license": "MIT", "devDependencies": { "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.0.1", "husky": "^4.2.5", "jest": "^27.3.1", "prettier": "^2.0.4", "pretty-quick": "^3.0.0", "standard-version": "^9.0.0" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged", "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true" } }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "repository": { "type": "git", "url": "git+https://github.com/HenrikSandberg/homebridge-millheat.git" } }