-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
38 lines (38 loc) · 964 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-local",
"version": "0.3.24",
"description": "No extra Alexa Skills required. Works directly with Alexa in local network.",
"main": "index.js",
"homepage": "https://github.com/originallyus/node-red-contrib-alexa-local",
"bugs": {
"url": "https://github.com/originallyus/node-red-contrib-alexa-local/issues",
"email": "hello@originally.us"
},
"repository": {
"type": "git",
"url": "git+https://github.com/originallyus/node-red-contrib-alexa-local.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"alexa",
"node-red",
"phillips",
"hue",
"emulator"
],
"author": "Originally US <hello@originally.us>",
"license": "MIT",
"node-red": {
"nodes": {
"alexa-local": "index.js"
}
},
"dependencies": {
"ip": "^1.1.5",
"node-persist": "^2.1.0",
"peer-ssdp": "0.0.5",
"stoppable": "^1.0.4"
}
}