{
  "name": "bcryptjs-then",
  "description": "bcryptjs as promised",
  "version": "1.0.1",
  "author": "Andy Nguyen <andyn1291@gmail.com>",
  "license": "MIT",
  "repository": "kurigohan/bcryptjs-then",
  "dependencies": {
    "any-promise": "^1.1.0",
    "bcryptjs": "^2.3.0"
  },
  "devDependencies": {
    "bluebird": "^3.1.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.3.4"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "keywords": [
    "bcrypt",
    "then",
    "promise",
    "password"
  ],
  "files": [
    "index.js"
  ]
}
