hap-nodejs-community-types
Version:
A collection of extension HAP Service and Characteristic types known to be used by HomeKit apps and accessories, for use with the HAP-NodeJS library.
35 lines (33 loc) • 945 B
JSON
{
"name": "hap-nodejs-community-types",
"version": "0.3.1",
"description": "A collection of extension HAP Service and Characteristic types known to be used by HomeKit apps and accessories, for use with the HAP-NodeJS library.",
"main": "types.js",
"scripts": {
"lint": "jshint package.json *.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SphtKr/hap-nodejs-community-types.git"
},
"preferGlobal": true,
"keywords": [
"HAP",
"HAP-NodeJS",
"Siri",
"HomeKit",
"Homebridge"
],
"engines": {
"hap-nodejs": ">=0.3.0"
},
"dependencies": {
},
"author": "S'pht'Kr <fthasphtkr@gmail.com> (https://github.com/SphtKr)",
"license": "ISC",
"bugs": {
"url": "https://github.com/SphtKr/hap-nodejs-community-types/issues"
},
"homepage": "https://github.com/SphtKr/hap-nodejs-community-types#readme"
}