dwyl/hapi-login

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hapi-login",
  "version": "1.2.2",
  "description": "Authenticate people using payload parameters e.g: a POST request",
  "main": "lib/index.js",
  "scripts": {
    "fast": "./node_modules/tape/bin/tape ./test/*.js",
    "test": "istanbul cover ./node_modules/tape/bin/tape ./test/*.js  | node_modules/tap-spec/bin/cmd.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dwyl/hapi-login.git"
  },
  "keywords": [
    "payload",
    "authentication"
  ],
  "author": "nelsonic & friends",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/dwyl/hapi-login/issues"
  },
  "homepage": "https://github.com/dwyl/hapi-login#readme",
  "devDependencies": {
    "bcrypt": "^0.8.6",
    "boom": "^4.0.0",
    "hapi": "^15.0.3",
    "istanbul": "^0.4.5",
    "joi": "^9.0.4",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0"
  },
  "dependencies": {}
}