{
  "name": "alexa-annotations",
  "description": "Create Alexa skills for the Amazon Echo, easily.",
  "author": "Cameron Hunter <hello@cameronhunter.co.uk> (http://cameronhunter.co.uk)",
  "license": "MIT",
  "repository": "https://github.com/cameronhunter/alexa/tree/master/packages/alexa-annotations",
  "version": "9.2.0",
  "main": "build/index.min.js",
  "files": [
    "build",
    "src"
  ],
  "dependencies": {
    "alexa-constants": "^0.5.0",
    "alexa-response": "^4.2.10",
    "bluebird": "^3.3.4",
    "object-values": "^1.0.0",
    "uuid": "^2.0.3"
  },
  "devDependencies": {
    "alexa-request": "^0.3.4"
  },
  "keywords": [
    "alexa",
    "amazon",
    "echo",
    "lambda",
    "skill"
  ]
}
