File: /var/dev/nowruzgan/rest/node_modules/encrypted-attr/package.json
{
"name": "encrypted-attr",
"version": "1.0.6",
"description": "Encrypted model attributes in your favourite ORM.",
"author": "Simon Ratner (https://github.com/simonratner)",
"engines": {
"node": ">=6.0"
},
"keywords": [
"attr_encrypted",
"encrypted",
"attribute",
"property",
"model",
"orm"
],
"dependencies": {
"lodash": "^4.17.4"
},
"optionalDependencies": {},
"devDependencies": {
"mocha": "^3.5.0",
"mocha-standard": "^1.0.0",
"standard": "^10.0.3",
"unexpected": "^10.33.2"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec --recursive"
},
"homepage": "https://github.com/simonratner/node-encrypted-attr",
"repository": {
"type": "git",
"url": "https://github.com/simonratner/node-encrypted-attr.git"
},
"bugs": "https://github.com/simonratner/node-encrypted-attr/issues",
"license": "MIT"
}