{
  "name": "mongoose-encryption",
  "description": "Simple encryption and authentication plugin for Mongoose",
  "version": "2.1.2",
  "author": {
    "name": "Joe Goldbeck"
  },
  "keywords": [
    "mongoose",
    "mongo",
    "encrypt",
    "encryption",
    "sign",
    "authenticate",
    "authentication",
    "mongodb",
    "HMAC"
  ],
  "main": "./index.js",
  "types": "./types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/joegoldbeck/mongoose-encryption.git"
  },
  "bugs": {
    "url": "https://github.com/joegoldbeck/mongoose-encryption/issues"
  },
  "homepage": "https://github.com/joegoldbeck/mongoose-encryption",
  "license": "MIT",
  "dependencies": {
    "async": "^2.6.1",
    "buffer-equal-constant-time": "^1.0.1",
    "dotty": "^0.1.2",
    "json-stable-stringify": "^1.0.0",
    "mpath": "^0.8.4",
    "semver": "^5.5.0",
    "underscore": "^1.5.0"
  },
  "peerDependencies": {
    "mongoose": ">=5.0.0"
  },
  "devDependencies": {
    "chai": "^1.0.0",
    "coffeescript": "^1.7.0",
    "mocha": "^9.0.0",
    "mongoose": ">=5.0.0",
    "sinon": "^1.10.3",
    "typescript": "^4.1.2"
  },
  "engines": {
    "node": ">=4.4.5"
  },
  "scripts": {
    "test": "mocha ./test --extension coffee --require coffeescript/register --timeout 3000 --exit",
    "build-ts": "tsc"
  }
}
