homebridge-my-tesla
Version:
Homebridge plugin for Teslas
39 lines (38 loc) • 1.05 kB
JSON
{
"name": "homebridge-my-tesla",
"version": "1.0.129",
"description": "Homebridge plugin for Teslas",
"main": "index.js",
"scripts": {
"npm-install": "npm install -g",
"npm-publish": "npm publish",
"run-homebridge": "npm install -g && homebridge",
"goto-github": "open https://github.com/meg768/homebridge-my-tesla.git",
"git-reset": "git reset --hard HEAD",
"git-pull": "git pull",
"git-commit": "git add -A && git commit -m '-' && git push",
"goto-npm": "open https://www.npmjs.com/package/homebridge-my-tesla"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meg768/homebridge-my-tesla.git"
},
"engines": {
"node": ">=12.0.0",
"homebridge": ">=0.4.33"
},
"keywords": [
"homebridge-plugin",
"tesla",
"homebridge"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/meg768/homebridge-my-tesla/issues"
},
"homepage": "https://github.com/meg768/homebridge-my-tesla#readme",
"dependencies": {
"yow": "^1.0.110"
}
}