forked from tillbaks/node-itach
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 806 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 806 Bytes
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
{
"name": "node-itach",
"version": "1.2.0",
"description": "Module to connect to Global Cache iTach devices and send IR strings.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/estbeetoo/node-itach"
},
"keywords": [
"node",
"itach"
],
"license": "MIT License",
"bugs": {
"url": "https://github.com/estbeetoo/node-itach/issues"
},
"dependencies": {
"request": "^2.34.0",
"underscore": "^1.6.0"
},
"homepage": "https://github.com/estbeetoo/node-itach",
"maintainers": [
{
"name": "andrei.zharau",
"email": "belmass@gmail.com"
},
{
"name": "Alexander Borovsky",
"email": "aborovsky@beetoo.me"
}
]
}