-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 901 Bytes
/
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
{
"name": "node-red-contrib-eiscp",
"version": "0.3.4",
"description": "Integra / Onkyo (ISCP protocol) for node-red",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/estbeetoo/node-red-contrib-eiscp.git"
},
"keywords": [
"node-red",
"gc",
"eiscp",
"integra",
"avr receiver",
"iscp"
],
"node-red": {
"nodes": {
"eiscp-controller": "eiscp-controller.js",
"eiscp-in": "eiscp-in.js",
"eiscp-out": "eiscp-out.js"
}
},
"author": "Alexander Borovsky <aborovsky@beetoo.me> (http://beetoo.me)",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/estbeetoo/node-red-contrib-eiscp/issues"
},
"homepage": "https://github.com/estbeetoo/node-red-contrib-eiscp#readme",
"dependencies": {
"eiscp": "0.2.*"
}
}