wbyoung/admit-one

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "admit-one",
  "version": "0.3.1",
  "description": "Adaptable Authentication",
  "homepage": "https://github.com/wbyoung/admit-one",
  "bugs": {
    "url": "https://github.com/wbyoung/admit-one/issues"
  },
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report $(if [ \"$TRAVIS\" ]; then echo lcovonly; else echo html; fi) -- && if [ \"$TRAVIS\" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/wbyoung/admit-one.git"
  },
  "keywords": [
    "authentication",
    "authorization",
    "login",
    "user",
    "signup",
    "password"
  ],
  "author": "Whitney Young",
  "license": "MIT",
  "dependencies": {
    "bcrypt": "^0.7.8",
    "bluebird": "^2.1.3",
    "crypto": "0.0.3",
    "lodash": "^2.4.1",
    "node-uuid": "^1.4.1"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "coveralls": "^2.10.1",
    "istanbul": "^0.2.11",
    "mocha": "^1.20.1",
    "sinon": "^1.10.2",
    "sinon-chai": "^2.5.0"
  }
}