{
  "name": "express-local-auth",
  "version": "0.0.7",
  "description": "Express middleware to implement username/email/password authentication including registration and password management",
  "main": "src/index.js",
  "keywords": [
    "express",
    "auth",
    "authentication",
    "password",
    "local",
    "security"
  ],
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "mocha tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/emertechie/express-local-auth.git"
  },
  "author": "Andrew Smith <emertechie@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/emertechie/express-local-auth/issues"
  },
  "homepage": "https://github.com/emertechie/express-local-auth",
  "dependencies": {
    "express": "~4.4.3",
    "lodash": "~2.4.1",
    "express-validator": "~2.3.0",
    "node-uuid": "~1.4.1",
    "async": "~0.9.0",
    "passport-local": "~1.0.0",
    "passport": "~0.2.0",
    "bcrypt": "~0.8.0"
  },
  "devDependencies": {
    "body-parser": "~1.4.3",
    "chai": "*",
    "mocha": "*",
    "supertest": "~0.13.0",
    "sinon": "~1.10.2",
    "cookie-parser": "~1.3.2",
    "express-session": "~1.6.5",
    "connect-flash": "~0.1.1",
    "winston": "~0.7.3",
    "jade": "~1.5.0"
  }
}
