{
  "name": "node-red-contrib-googlehome-actions-v2-piyanggoon",
  "version": "0.2.0",
  "description": "Google Home Actions V2 (fork by piyanggoon)",
  "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": "https://github.com/piyanggoon/node-red-contrib-googlehome-actions-v2.git"
  },
  "bugs": {
    "url": "https://github.com/piyanggoon/node-red-contrib-googlehome-actions-v2/issues"
  },
  "homepage": "https://github.com/piyanggoon/node-red-contrib-googlehome-actions-v2",
  "author": "Otávio Ribeiro <otavio.ribeiro@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "jsbn": "^1.1.0",
    "promise": "^8.0.3",
    "actions-on-google": "^2.0.0"
  },
  "bundleDependencies": [],
  "contributors": [
    "Otávio Ribeiro <otavio.ribeiro@gmail.com>",
    "Piyanggoon Keedmor <piyanggoon.keedmor@gmail.com>"
  ],
  "deprecated": false,
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
