UNPKG

object-encrypter

Version:

Encrypt/decrypt javascript objects as strings with TTL

35 lines (34 loc) 803 B
{ "name": "object-encrypter", "version": "0.1.3", "description": "Encrypt/decrypt javascript objects as strings with TTL", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha ./test/" }, "repository": { "type": "git", "url": "https://github.com/voronianski/node-object-encrypter" }, "keywords": [ "base64", "encrypt", "decrypt", "object", "array", "json", "string", "ttl" ], "author": "Dmitri Voronianski <dmitri.voronianski@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/voronianski/node-object-encrypter/issues" }, "homepage": "https://github.com/voronianski/node-object-encrypter", "dependencies": {}, "devDependencies": { "mocha": "^1.21.4", "should": "^4.0.4" } }