{
  "name": "meanair-auth",
  "version": "0.6.4-patch.2",
  "description": "The node.js auth boilerplate you wish you always had",
  "repository": {
    "type": "git",
    "url": "https://github.com/jkresner/meanair.auth.git"
  },
  "author": "Jonathon Kresner",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jkresner/meanair-auth/issues"
  },
  "engines": {
    "node": "4.x.x",
    "npm": "2.14.x"
  },
  "main": "lib/index.js",
  "scripts": {
    "start": "cmd/start",
    "test": "cmd/test"
  },
  "dependencies": {
    "bcrypt": "0.8.5",
    "meanair-model": "0.6.4",
    "meanair-server": "0.6.4-patch.5",
    "meanair-shared": "0.6.3",
    "passport": "0.3.0",
    "passport-oauth": "1.0.0",
    "passport-bitbucket": "1.0.0",
    "passport-local": "1.0.0",
    "passport-twitter": "1.0.3",
    "superagent": "1.4.0"
  },
  "devDependencies": {
    "coffee-script": "1.10.0",
    "meanair-scream": "0.6.x",
    "mongoose": "4.1.9"
  }
}
