UNPKG

encrypted-attr

Version:

Encrypted model attributes in your favourite ORM.

39 lines (38 loc) 916 B
{ "name": "encrypted-attr", "version": "1.1.0", "description": "Encrypted model attributes in your favourite ORM.", "author": "Simon Ratner (https://github.com/simonratner)", "engines": { "node": ">=4.0" }, "keywords": [ "attr_encrypted", "encrypted", "attribute", "property", "model", "orm" ], "dependencies": { "lodash": "^4.17.4", "safe-buffer": "^5.1.1" }, "devDependencies": { "mocha": "^3.5.0", "mocha-standard": "^1.0.0", "standard": "^10.0.3", "unexpected": "^10.33.2" }, "optionalDependencies": {}, "scripts": { "test": "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" }