{
  "name": "oauth2server",
  "author": {
    "name": "Christian Smith",
    "email": "smith@anvil.io",
    "url": "http://anvil.io"
  },
  "version": "0.0.4",
  "description": "OAuth 2.0 Server",
  "main": "app.js",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-watch": "~0.5.1",
    "grunt-mocha-cov": "~0.0.7",
    "chai": "~1.7.2",
    "async": "~0.2.9",
    "supertest": "~0.7.1",
    "Faker": "~0.5.11",
    "grunt-release": "~0.5.1",
    "sinon": "~1.7.3",
    "sinon-chai": "~2.4.0",
    "coffee-script": "~1.6.3",
    "grunt-retire": "~0.1.21"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/christiansmith/OAuth2Server.git"
  },
  "license": "MIT",
  "dependencies": {
    "revalidator": "~0.1.5",
    "underscore": "~1.5.1",
    "bcrypt": "~0.7.6",
    "express": "~3.3.5",
    "passport": "~0.1.17",
    "passport-http": "~0.2.2",
    "passport-local": "~0.1.6",
    "connect-redis": "~1.4.5",
    "modinha": "0.0.20",
    "async": "~0.2.9",
    "cors": "~1.0.1",
    "oauth2ui": "0.0.16",
    "redis": "~0.9.0",
    "form-urlencoded": "0.0.3",
    "mellt": "~1.0.0",
    "modinha-redis": "0.0.10"
  }
}
