{
  "name": "launchcode-auth",
  "description": "Provides easy-to-configure Express routes for social and e-mail/password authentication, using JWT tokens as proof of auth. We're adding an AngularJS module & seed project to get you started, but we're not quite there as of 2014/10/09.",
  "keywords" : [ "authentication", "oauth", "angular", "angularjs", "passportjs", "google", "facebook", "windows", "microsoft", "seed", "routes"],
  "version": "0.1.0-beta.5",
  "private": false,
  "author": "Ryan Kimber <ryan.kimber@launchcode5.com> (http://launchcode5.com/)",
  "contributors" : [
      "Betty Li <betty.li@launchcode5.com> (http://launchcode5.com)"
  ],
  "licenses": [
      {
          "type": "MIT",
          "url": "http://www.opensource.org/licenses/MIT"
      }
  ],
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/Launchcode5/launchcode-auth.git"
  },
  "homepage" : "https://bitbucket.org/Launchcode5/launchcode-auth.git",
  "engines": {
    "node": "0.10.x",
    "npm": "1.3.x"
  },
  "scripts": {
    "test": "export NODE_ENV=test; npm run test-node && npm run test-browser",
    "test-node": "export NODE_ENV=test ; mocha -w --require should --reporter spec --ui bdd --recursive ./test/mocha",
    "test-debug": "export NODE_ENV=test; mocha-phantomjs ./test/browser/index.html"
  },
  "dependencies": {
    "MD5": "^1.2.1",
    "body-parser": "^1.9.0",
    "connect-firebase": "0.0.4",
    "connect-flash": "~0.1.1",
    "cookie-parser": "^1.3.3",
    "cookie-session": "^1.0.2",
    "crypto": "0.0.3",
    "errorhandler": "^1.2.0",
    "express": "^4.9.5",
    "express-jwt": "~0.2.1",
    "firebase": "^1.0.15",
    "firebase-token-generator": "^0.1.4",
    "jsonwebtoken": "~0.1.0",
    "lodash": "~2.4.1",
    "logfmt": "^1.1.2",
    "mandrill-api": "^1.0.40",
    "method-override": "^2.2.0",
    "morgan": "^1.3.2",
    "nconf": "^0.6.9",
    "passport": "~0.1.18",
    "passport-facebook": "~1.0.2",
    "passport-google-oauth": "~0.1.5",
    "passport-local": "~0.1.6",
    "passport-oauth": "0.1.x",
    "passport-twitter": "~1.0.2",
    "passport-windowslive": "~1.0.1",
    "passport-yahoo-oauth": "~0.1.2",
    "password-hash": "^1.2.2",
    "prototypes": "^0.3.0",
    "q": "^1.0.1",
    "should": "3.3.2",
    "util": "^0.10.3",
    "validator": "~3.2.1",
    "view-helpers": "~0.1.4",
    "winston": "^0.8.1"
  },
  "devDependencies": {
    "mocha": "^1.21.4",
    "mocha-phantomjs": "^3.5.1",
    "phantomjs": "^1.9.10",
    "supertest": "0.8.2"
  }
}
