homebridge-connect-my-pool
Version:
Partially complete HomeKit integration for Astral Viron Gateway
67 lines (66 loc) • 1.82 kB
JSON
{
"name": "homebridge-connect-my-pool",
"version": "0.0.2",
"displayName": "Homebridge Connect My Pool",
"description": "Partially complete HomeKit integration for Astral Viron Gateway",
"author": "MICHAEL PETTOROSSO https://github.com/michaelpettorosso",
"contributors": [
{
"name": "Michael Pettorosso"
}
],
"homepage": "https://github.com/michaelpettorosso/homebridge-connect-my-pool#readme",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/michaelpettorosso/homebridge-connect-my-pool.git"
},
"bugs": {
"url": "https://github.com/michaelpettorosso/homebridge-connect-my-pool/issues"
},
"keywords": [
"pool",
"equipment",
"astral",
"homebridge",
"homebridge-plugin",
"homebridge-connect-my-pool"
],
"engines": {
"homebridge": ">=1.0.0"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"clean": "rimraf ./dist",
"lint": "eslint src/**.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npm run build && npm link && nodemon"
},
"files": [
"LICENSE.md",
"README.md",
"dist"
],
"main": "dist/index.js",
"devDependencies": {
"@types/async": "^3.2.6",
"@types/cheerio": "^0.22.29",
"@types/moment": "^2.13.0",
"@types/node": "^14.11.2",
"@types/request-promise": "^4.1.47",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^7.10.0",
"homebridge": "^1.2.3",
"rimraf": "^3.0.2",
"typescript": "^4.0.3"
},
"dependencies": {
"async": "^3.2.0",
"cheerio": "^1.0.0-rc.3",
"events": "^3.2.0",
"moment": "^2.29.1",
"request": "^2.88.2",
"request-promise": "^4.2.6"
}
}