-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 887 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
{
"name": "node-red-contrib-snowboy",
"version": "0.1.1",
"description": "Node-RED node for Snowboy (bases on nodejs Snowboy : a customizable hotword detection engine for you to create your own hotword like \"OK Google\" or \"Alexa\").",
"node-red": {
"nodes": {
"snowboy": "node-red-contrib-snowboy.js"
}
},
"dependencies": {
"snowboy": ">=1.1.0",
"isstream": ">=0.1.2"
},
"license": "MIT",
"author": {
"name": "mattvador"
},
"homepage": "https://github.com/mattvador/node-red-contrib-snowboy#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mattvador/node-red-contrib-snowboy.git"
},
"bugs": {
"url": "https://github.com/mattvador/node-red-contrib-snowboy/issues"
},
"keywords": [
"node-red",
"snowboy",
"hotword",
"jarvis",
"alexa",
"siri",
"speech to text"
]
}