{
  "name": "oauthd",
  "description": "OAuth that just works.",
  "version": "2.1.1",
  "homepage": "http://oauth-io.github.io/oauthd",
  "author": "OAuth team <team@oauth.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/oauth-io/oauthd"
  },
  "license": "Apache-2.0",
  "main": "index.js",
  "engines": {
    "node": ">=6.0.0"
  },
  "bin": {
    "oauthd": "./oauthd"
  },
  "scripts": {
    "test": "jasmine-node --coffee tests/spec"
  },
  "devDependencies": {
    "browserify": "^13.1.1",
    "coffee-script": "^1.11.1",
    "coffeescript": "^1.12.7",
    "grunt": "^1.3.0",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-requirejs": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-subgrunt": "^1.2.0",
    "mock-fs": "^3.12.1",
    "rewire": "^2.5.2"
  },
  "keywords": [],
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "async": "^2.1.2",
    "body-parser": "^1.15.2",
    "colors": "^1.1.2",
    "cookie-parser": "^1.4.3",
    "express": "^4.14.0",
    "express-session": "^1.14.2",
    "fakeredis": "^1.0.3",
    "grunt-cli": "^1.3.1",
    "ioredis": "^2.4.0",
    "jsonfile": "^2.4.0",
    "minimist": "^1.2.0",
    "ncp": "^2.0.0",
    "nodemailer": "^2.6.4",
    "prompt": "^1.0.0",
    "q": "^1.4.1",
    "qs": "^6.3.0",
    "request": "^2.78.0",
    "restify": "^4.3.0",
    "rimraf": "^2.5.4",
    "sugar": "^2.0.2",
    "ua-parser-js": "^0.7.12",
    "underscore": "^1.8.3"
  }
}
