{
  "name": "adc-node-express-oauth2-server",
  "version": "0.0.5",
  "description": "OAuth provider for express",
  "main": "index.js",
  "scripts": {
    "lint": "jshint .",
    "test": "mocha --recursive test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:appdev-center/node-express-oauth2-server.git"
  },
  "keywords": [
    "express",
    "oauth",
    "oauth2"
  ],
  "contributors": [
    {
      "name": "Kai",
      "email": "786506@gmail.com"
    },
    {
      "name": "Nuno Sousa",
      "email": "nfs@seegno.com"
    }
  ],
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "adc-node-oauth2-server": "^0.1.9",
    "bluebird": "^3.0.5",
    "express": "^4.13.3"
  },
  "devDependencies": {
    "body-parser": "^1.14.1",
    "jshint": "^2.8.0",
    "mocha": "^2.3.3",
    "should": "^7.1.0",
    "sinon": "^1.14.1",
    "supertest": "^0.15.0"
  },
  "engines": {
    "node": ">=0.11"
  }
}
