{
  "name": "crypto-pouch",
  "version": "4.0.2",
  "description": "encrypted pouchdb/couchdb database",
  "main": "index.js",
  "scripts": {
    "test": "standard && dependency-check --unused --no-dev . && mocha",
    "cov": "nyc npm test",
    "build": "browserify . >  bundle.js",
    "min": "browserify . | uglifyjs -mc > bundle.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/calvinmetcalf/crypto-pouch.git"
  },
  "keywords": [
    "pouchdb",
    "couchdb",
    "encrypted"
  ],
  "author": "Calvin Metcalf",
  "contributors": [
    "Diana Belle <garbados@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/calvinmetcalf/crypto-pouch/issues"
  },
  "homepage": "https://github.com/calvinmetcalf/crypto-pouch",
  "dependencies": {
    "garbados-crypt": "^3.0.0-beta",
    "transform-pouch": "^2.0.0"
  },
  "devDependencies": {
    "browserify": "^17.0.0",
    "dependency-check": "^4.1.0",
    "memdown": "^6.0.0",
    "mocha": "^10.8.2",
    "nyc": "^15.1.0",
    "pouchdb": "^9.0.0",
    "standard": "^16.0.3",
    "uglify-js": "^3.13.5"
  }
}
