homebridge-millheat
Version:
Homebridge plugin for Mill heaters
60 lines (59 loc) • 1.42 kB
JSON
{
"name": "homebridge-millheat",
"version": "2.0.2",
"description": "Homebridge plugin for Mill heaters",
"main": "index.js",
"keywords": [
"homebridge",
"mill",
"millheat",
"homebridge-plugin"
],
"files": [
"CHANGELOG.md",
"README.md",
"src",
"index.js"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0 || ^2.0.0-beta.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": "2.0.0"
},
"author": "Andreas Stræte and Tor André Roland",
"license": "MIT",
"devDependencies": {
"commitizen": "^4.2.4",
"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/andyno/homebridge-millheat.git"
},
"bugs": {
"url": "https://github.com/andyno/homebridge-millheat/issues"
}
}