{
  "name": "@voicebricks/voicebricks-bot-framework",
  "version": "0.1.7",
  "scripts": {
    "build": "node ./generator"
  },
  "dependencies": {
    "actions-on-google": "^2.1.1",
    "alexa-sdk": "^1.0.25",
    "alexa-verifier": "^2.0.1",
    "alexa-verifier-middleware": "^1.0.1",
    "aws-serverless-express": "^3.3.5",
    "debug": "~2.6.9",
    "dialogflow": "^0.7.0",
    "express": "^4.16.3",
    "mongoose": "^5.2.12",
    "uuid": "^3.2.1",
    "zip-folder": "^1.0.0"
  },
  "description": "Bot framework for voice apps",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/voicebricks/voicebricks-bot-framework.git"
  },
  "keywords": [
    "voicebricks",
    "bot",
    "framework",
    "google",
    "home",
    "assistant",
    "amazon",
    "alexa",
    "voice",
    "app"
  ],
  "author": "Lance Wolters",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/voicebricks/voicebricks-bot-framework/issues"
  },
  "homepage": "https://github.com/voicebricks/voicebricks-bot-framework#readme"
}
