{
  "name": "mongoose-encrypt-field",
  "version": "1.0.2",
  "description": "mongoose field encrypt",
  "main": "index.js",
  "scripts": {
    "test": "npx mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xrian/mongoose-encrypt-field.git"
  },
  "keywords": [
    "mongoose",
    "encrypt",
    "mongoose-plugin",
    "security",
    "crypto",
    "mongodb",
    "encryption"
  ],
  "author": {
    "name": "xrian",
    "email": "778811xxx@163.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xrian/mongoose-encrypt-field/issues"
  },
  "homepage": "https://github.com/xrian/mongoose-encrypt-field#readme",
  "dependencies": {
    "@types/node": "^10.5.7"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.5",
    "babel-eslint": "^8.2.5",
    "eslint": "~4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.12.0",
    "mocha": "^5.2.0",
    "mongoose": "^5.2.7",
    "nyc": "^12.0.2",
    "ts-node": "^7.0.0",
    "typescript": "~2.9.2"
  }
}
