{
  "name": "easy-login",
  "version": "1.0.0",
  "author": "Jordi López <jlopezxs@gmail.com>",
  "description": "Social Login for you expressjs apps in the easiest way",
  "license": "Apache-2.0",
  "main": "index.js",
  "homepage": "https://github.com/jlopezxs/easy-login",
  "files": [
    "src",
    "lib",
    "index.js"
  ],
  "keywords": [
    "social",
    "login",
    "passpor"
  ],
  "scripts": {
    "build": "rm -rf lib && babel src -d lib --source-maps",
    "prerelease": "npm run build",
    "release": "npm version -m \"New version: %s\"",
    "postrelease": "npm run push && npm publish",
    "push": "git push origin master"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-preset-env": "^1.4.0",
    "babel-register": "^6.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jlopezxs/easy-login.git"
  },
  "bugs": {
    "url": "https://github.com/jlopezxs/easy-login/issues"
  },
  "babel": {
    "presets": [
      "env"
    ]
  },
  "dependencies": {
    "lodash.capitalize": "^4.2.1",
    "passport": "^0.3.2",
    "passport-facebook": "^2.1.1",
    "passport-github": "^1.1.0",
    "passport-google-oauth": "^1.0.0",
    "passport-instagram": "^1.0.0",
    "passport-linkedin-oauth2": "^1.5.0",
    "passport-local": "^1.0.0",
    "passport-oauth": "^1.0.0",
    "passport-openid": "^0.4.0",
    "passport-twitter": "^1.0.4",
    "require-dir": "^0.3.1"
  }
}
