{
  "name": "koa-aog",
  "version": "0.0.2",
  "description": "Koa middleware to handle Google Assistant action requests",
  "scripts": {
    "test": "mocha test --timeout 5000",
    "test-cover": "node_modules/nyc/bin/nyc.js node_modules/mocha/bin/mocha test --timeout 5000"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:chyuibacca/koa-aog.git"
  },
  "author": "Chyuibacca",
  "homepage": "https://github.com/chyuibacca/koa-aog",
  "license": "MIT",
  "keywords": [
    "koa",
    "google",
    "actions-on-google"
  ],
  "dependencies": {
    "actions-on-google": "^2.2.0",
    "debug": "^3.1.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "http-assert": "^1.3.0",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2",
    "rewire": "^4.0.1"
  }
}
