node-red-contrib-googlehome-actions-v2
Version:
48 lines (47 loc) • 1.28 kB
JSON
{
"name": "node-red-contrib-googlehome-actions-v2",
"version": "0.0.7",
"description": "Google Home Actions V2",
"main": "index.js",
"keywords": [
"node-red",
"googlehome",
"actions",
"dialogflow"
],
"node-red": {
"nodes": {
"googlehome-controller": "googlehome/googlehome-controller.js",
"googlehome-intent": "googlehome/googlehome-intent.js",
"googlehome-ask": "googlehome/googlehome-ask.js",
"googlehome-send": "googlehome/googlehome-send.js",
"googlehome-message": "googlehome/googlehome-message.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/otaviojr/node-red-contrib-googlehome-actions-v2.git"
},
"bugs": {
"url": "https://github.com/otaviojr/node-red-contrib-googlehome-actions-v2/issues"
},
"homepage": "https://github.com/otaviojr/node-red-contrib-googlehome-actions-v2",
"author": {
"name": "Otávio Ribeiro",
"email": "otavio.ribeiro@gmail.com"
},
"license": "MIT",
"dependencies": {
"jsbn": "^1.1.0",
"promise": "^8.0.3",
"actions-on-google": "^2.0.0"
},
"bundleDependencies": [],
"contributors": [
{
"name": "Otávio Ribeiro",
"email": "otavio.ribeiro@gmail.com"
}
],
"deprecated": false
}