globalcache
Version:
Module to connect to Global Cache iTach devices and send IR strings.
45 lines (44 loc) • 1.03 kB
JSON
{
"author": {
"email": "aborovsky@beetoo.me",
"name": "Alexander Borovsky"
},
"bugs": {
"url": "https://github.com/estbeetoo/globalcache/issues"
},
"dependencies": {
"request": "^2.34.0",
"underscore": "^1.6.0"
},
"description": "Module to connect to Global Cache iTach devices and send IR strings.",
"homepage": "https://github.com/estbeetoo/globalcache",
"keywords": [
"node",
"gc",
"global cache",
"Global Caché",
"itach",
"house automation"
],
"license": "Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)",
"main": "index.js",
"maintainers": [
{
"email": "aborovsky@beetoo.me",
"name": "Alexander Borovsky"
},
{
"email": "belmass@gmail.com",
"name": "andrei.zharau"
}
],
"name": "globalcache",
"repository": {
"type": "git",
"url": "https://github.com/estbeetoo/globalcache"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.11.2"
}