{
  "name": "restify-oauth-server",
  "version": "0.2.0",
  "description": "OAuth provider for restify",
  "main": "index.js",
  "scripts": {
    "lint": "jshint .",
    "test": "mocha --recursive test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/AndrewAskins/restify-oauth-server"
  },
  "keywords": [
    "restify",
    "oauth",
    "oauth2"
  ],
  "author": {
    "name": "Andrew Askins",
    "email": "andrew@builtbykrit.com"
  },
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "bluebird": "^3.0.5",
    "restify": "^4.0.4",
    "oauth2-server": "next",
    "thenify": "^3.0.0"
  },
  "devDependencies": {
    "jshint": "^2.8.0",
    "mocha": "^2.3.3",
    "should": "^7.1.0",
    "sinon": "^1.14.1",
    "supertest": "^0.15.0"
  },
  "engines": {
    "node": ">=0.11"
  }
}
