forked from greghesp/assistant-relay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 879 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": "assistant-relay",
"version": "2.1.1",
"description": "Middleman server to allow custom integration with Google Home/Assistant",
"main": "server/app.js",
"scripts": {
"build-config": "node configBuilder.js",
"start": "node server/app.js"
},
"keywords": [
"google",
"assistant",
"google",
"home",
"assistant",
"voice",
"control",
"broadcast",
"iot",
"node"
],
"author": "Greg Hesp <[email protected]> (http://www.greghesp.com)",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.3",
"buffer-to-uint8array": "^1.1.0",
"cli-color": "^1.2.0",
"express": "^4.16.3",
"google-assistant": "^0.6.0",
"ip": "^1.1.5",
"lowdb": "^1.0.0",
"prompt": "^1.0.0",
"terminal-image": "^0.1.1",
"wav": "^1.0.2",
"wav-file-info": "0.0.8"
}
}