-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 833 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
30
31
32
33
34
{
"name": "node-red-contrib-google-action",
"version": "1.2.1",
"description": "A node-red node for interfacing with actions from Google Assistant.",
"dependencies": {
"actions-on-google": "^1.11.0",
"body-parser": "^1.18.3",
"express": "^4.16.3"
},
"author": {
"name": "Dean Cording",
"email": "dean@cording.id.au"
},
"license": "MIT",
"keywords": [
"node-red",
"android",
"iot",
"google"
],
"bugs": {
"url": "https://github.com/DeanCording/node-red-contrib-google-action/issues"
},
"homepage": "https://github.com/DeanCording/node-red-contrib-google-action",
"repository": {
"type": "git",
"url": "https://github.com/DeanCording/node-red-contrib-google-action.git"
},
"node-red": {
"nodes": {
"google-action": "google-action.js"
}
}
}