{
  "name": "@sl-nx/couch-pwd",
  "version": "2.0.0",
  "description": "CouchDB salt and password generation with PBKDF2",
  "scripts": {
    "lint": "./node_modules/.bin/eslint index.js test",
    "test": "./node_modules/.bin/mocha --require should --reporter spec"
  },
  "keywords": [
    "couch",
    "couchdb",
    "password",
    "pwd",
    "pbkdf2"
  ],
  "author": {
    "name": "Mirco Zeiss",
    "email": "mirco.zeiss@gmail.com",
    "twitter": "zeMirco"
  },
  "contributors": [
    {
      "name": "Bjorn Stromberg",
      "email": "bjorn@bjornstar.com",
      "url": "http://bjornstar.com/about"
    },
    {
      "name": "Fynn Leitow",
      "url": "https://github.com/lytefm"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sl-nx/couch-pwd"
  },
  "license": "MIT",
  "devDependencies": {
    "eslint": "^7.6.0",
    "mocha": "^8.1.1",
    "nano": "^8.2.2",
    "should": "^13.2.3"
  }
}
