homebridge-gsh-kazari
Version:
34 lines (33 loc) • 743 B
JSON
{
"name": "hap-node-client",
"version": "0.1.16",
"description": "Client for Hap-NodeJS",
"main": "HAPNodeJSClient.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "cd scripts; node gen-hap-types.js"
},
"devDependencies": {
"documentation": "13.2.4",
"hap-nodejs": "0.9.4"
},
"dependencies": {
"better-queue": ">=3.8.10",
"bonjour-hap": "^3.5.10",
"buffer": "^6.0.3",
"debug": ">2.6.9",
"extend": ">=3.0.2",
"ip": ">=1.1.5",
"once": ">=1.4.0",
"requestretry": "^5.0.0",
"request": "^2.88.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NorthernMan54/hap-node-client.git"
},
"author": "NorthernMan54",
"license": "ISC"
}