{
  "name": "koa-oauth-server",
  "version": "1.0.1",
  "description": "OAuth provider for koa",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thomseddon/koa-oauth-server"
  },
  "keywords": [
    "koa",
    "oauth",
    "oauth2"
  ],
  "author": {
    "name": "Thom Seddon",
    "email": "thom@nightworld.com"
  },
  "license": "Apache 2.0",
  "dependencies": {
    "oauth2-server": "^2.3.0",
    "thenify": "^3.0.0"
  },
  "devDependencies": {
    "koa": "^0.14.0",
    "koa-bodyparser": "^1.3.0",
    "mocha": "^2.0.1",
    "should": "^4.4.1",
    "supertest": "^0.15.0"
  },
  "engines": {
    "node": ">=0.11"
  }
}
