mongoose-cryptify
Version:
Mongoose.js plugin for model path encryption via bcrypt
39 lines (38 loc) • 849 B
JSON
{
"name": "mongoose-cryptify",
"version": "1.1.0",
"description": "Mongoose.js plugin for model path encryption via bcrypt",
"main": "mongoose-cryptify.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha \"test/**/*.js\" --reporter=spec"
},
"repository": {
"type": "git",
"url": "https://github.com/james1x0/mongoose-cryptify"
},
"keywords": [
"mongoose",
"encryption",
"models",
"data",
"security"
],
"author": "James Collins",
"license": "MIT",
"bugs": {
"url": "https://github.com/james1x0/mongoose-cryptify/issues"
},
"homepage": "https://github.com/james1x0/mongoose-cryptify",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1",
"mongoose": "^5.2.16"
},
"dependencies": {
"bcrypt": "^5.0.0",
"bluebird": "^2.3.11"
}
}