forked from natalan/node-itach
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·44 lines (44 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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"
}