{
  "name": "@xyezir/koala",
  "description": "Koa Framework Suite",
  "version": "0.9.5",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com",
    "twitter": "https://twitter.com/jongleberry"
  },
  "license": "MIT",
  "repository": "koajs/koala",
  "dependencies": {
    "basic-auth": "1",
    "bluebird": "^3.1.1",
    "commander": "2",
    "debug": "*",
    "delegates": "^1.0.0",
    "http2": "^3.3.0",
    "istanbul": "^0.4.2",
    "koa": "^1.1.2",
    "koa-body-parsers": "1",
    "koa-cash": "1",
    "koa-compress": "1",
    "koa-csrf": "2",
    "koa-error": "1",
    "koa-etag": "2",
    "koa-file-server": "2",
    "koa-json": "1",
    "koa-logger": "1",
    "koa-qs": "2",
    "koa-response-time": "1",
    "koa-safe-jsonp": "0",
    "koa-session": "^3.3.1",
    "koa-trace": "1",
    "merge-descriptors": "1",
    "ms": "0",
    "mz": "^2.1.0",
    "qs": ">= 2",
    "spdy": "^3.0.0"
  },
  "devDependencies": {
    "istanbul": "^0.4.1",
    "mocha": "2",
    "supertest": "1"
  },
  "main": "lib",
  "files": [
    "lib",
    "bin",
    "docs",
    "template"
  ],
  "scripts": {
    "test": "NODE_ENV=test mocha --harmony --reporter spec --timeout 30s --bail test/app/index.js",
    "test-cov": "NODE_ENV=test node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot --timeout 2m --bail test/app/index.js",
    "test-travis": "NODE_ENV=test node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot --timeout 2m --bail test/app/index.js"
  },
  "keywords": [
    "koa",
    "http",
    "https",
    "http2",
    "framework",
    "generators",
    "es6",
    "modules",
    "promises",
    "push"
  ]
}
