forked from hardillb/node-red-contrib-alexa-home-skill
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 925 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
37
38
39
{
"name": "node-red-contrib-alexa-smart-home",
"version": "0.4.68",
"description": "Integrate Alexa and Google Assistant / Google Home in your Node-RED flows.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"alexa",
"echo",
"skill",
"google-home",
"google",
"google-assistant"
],
"bugs": {
"url": "https://github.com/coldfire84/node-red-contrib-alexa-home-skill-v3/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/coldfire84/node-red-contrib-alexa-home-skill-v3"
},
"homepage": "https://red.cb-net.co.uk/",
"node-red": {
"nodes": {
"alexa": "alexa.js"
}
},
"author": "chrismbradford@gmail.com",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.19.0",
"mqtt": "^4.2.8",
"semver": "^7.3.2",
"uuid": "^7.0.3"
}
}