{
  "name": "ais-oauth2-server",
  "description": "A customized Node Oauth2 Server for AIS Framework. Forked from Thom Seddon - Node Oauth2 Server https://npmjs.org/package/ais-oauth2-server",
  "version": "1.0.2",
  "keywords": [
    "ais-oauth",
    "ais-oauth2",
    "oauth",
    "oauth2"
  ],
  "author": {
    "name": "Faris",
    "email": "faris@appkitchens.com"
  },
  "contributors": [
    {
      "name": "Faris",
      "email": "faris@appkitchens.com"
    }
  ],
  "main": "lib/oauth2server.js",
  "dependencies": {
    "basic-auth": "~0.0.1"
  },
  "devDependencies": {
    "body-parser": "~1.3.1",
    "express": "~4.4.3",
    "mocha": "~1.20.1",
    "should": "~4.0.4",
    "supertest": "~0.13.0"
  },
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "engines": {
    "node": ">=0.8"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/madebyais/ais-oauth2-server.git"
  }
}
