forked from tuxtof/node-red-contrib-google-action-dialogflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 783 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 783 Bytes
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
{
"name": "node-red-contrib-google-action-dialogflow-http",
"node-red": {
"nodes": {
"google-action-dialogflow-http": "google-action-dialogflow-http.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/orcema/node-red-contrib-google-action-dialogflow.git"
},
"version": "0.7.3",
"dependencies": {
"actions-on-google": "^2.12.0",
"body-parser": "^1.18",
"express": "^4.16",
"jsonata": "^1.8.3",
"natural": "^2.1.5"
},
"description": "A node-red node for interfacing with actions from Google Assistant based on Dialogflow.",
"homepage": "https://github.com/orcema/node-red-contrib-google-action-dialogflow",
"keywords": [
"node-red",
"android",
"iot",
"google"
],
"license": "MIT"
}