forked from coldfire84/node-red-contrib-alexa-home-skill-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 959 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
{
"name": "node-red-contrib-alexa-smart-home",
"version": "0.4.53",
"description": "Please see [Wiki](https://github.com/coldfire84/node-red-alexa-home-skill-v3-web/wiki) for service information.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"alexa",
"echo",
"skill",
"google-home",
"google"
],
"bugs": {
"url": "https://gitlab.cb-net.co.uk/coldfire84/node-red-contrib-alexa-smart-home-v3/issues"
},
"repository": {
"type": "git",
"url": "https://gitlab.cb-net.co.uk/coldfire84/node-red-contrib-alexa-smart-home-v3"
},
"homepage": "https://red.cb-net.co.uk/",
"node-red": {
"nodes": {
"alexa": "alexa.js"
}
},
"author": "[email protected]",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.18.3",
"mqtt": "^2.18.8",
"semver" : "^6.0.0",
"uuid" : "^3.3.2"
}
}