{
  "name": "waterlock-local-auth",
  "version": "v0.1.2-rc1",
  "description": "local authentication for waterlock",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/davidrivera/waterlock-local-auth"
  },
  "keywords": [
    "waterlock",
    "local",
    "authentication",
    "sails"
  ],
  "devDependencies":{
    "mocha": "*",
    "should": "*",
    "proxyquire": "*",
    "coveralls": "*",
    "istanbul": "*",
    "jshint": "*"
  },
  "dependencies":{
    "bcrypt": "~0.8.5",
    "lodash": "~3.10.0",
    "moment": "~2.10.6",
    "nodemailer": "1.4.0",
    "jade": "~1.11.0",
    "jwt-simple": "~0.3.0",
    "node-uuid": "~1.4.2"
  },
  "author": "David Rivera <david.r.rivera193@gmail.com>",
  "contributors": [
    {
      "name": "David Rivera",
      "email": "david.r.rivera193@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidrivera/waterlock-local-auth/issues"
  },
  "homepage": "https://github.com/davidrivera/waterlock-local-auth",
  "preferGlobal": false,
  "engines": {
    "node": ">=0.10"
  }
}
