-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
38 lines (38 loc) · 1 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
{
"name": "node-red-contrib-alexa-remote2",
"version": "3.10.4",
"author": {
"name": "586837r",
"email": "[email protected]"
},
"description": "node-red nodes for interacting with alexa",
"keywords": [
"node-red",
"alexa remote",
"alexa",
"echo"
],
"license": "MIT",
"node-red": {
"nodes": {
"alexa-remote-account": "nodes/alexa-remote-account.js",
"alexa-remote-init": "nodes/alexa-remote-init.js",
"alexa-remote-event": "nodes/alexa-remote-event.js",
"alexa-remote-smarthome": "nodes/alexa-remote-smarthome.js",
"alexa-remote-routine": "nodes/alexa-remote-routine.js",
"alexa-remote-echo": "nodes/alexa-remote-echo.js",
"alexa-remote-other": "nodes/alexa-remote-other.js",
"alexa-remote-list": "nodes/alexa-remote-list.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/586837r/node-red-contrib-alexa-remote2"
},
"bugs": {
"url": "https://github.com/586837r/node-red-contrib-alexa-remote2/issues"
},
"dependencies": {
"alexa-remote2": "3.3.1"
}
}