-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 942 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
{
"name": "node-red-contrib-marantz-http",
"version": "0.1.1",
"description": "Maranz AV Reciever Control for node-red throught HTTP protocol",
"main": "marantz_http.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/estbeetoo/node-red-contrib-marantz-http.git"
},
"keywords": [
"node-red",
"avr",
"avr receiver",
"marantz"
],
"node-red": {
"nodes": {
"marantz_http": "marantz_http.js"
}
},
"author": "Alexander Borovsky <[email protected]> (http://beetoo.me)",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/estbeetoo/node-red-contrib-marantz-http/issues"
},
"homepage": "https://github.com/estbeetoo/node-red-contrib-marantz-http#readme",
"dependencies": {
"marantz-avr": "https://github.com/estbeetoo/marantz-avr",
"machina": "^1.1.2"
}
}