UNPKG

json-crypto

Version:

Encrypt and decrypt JSON objects easily and safely

26 lines (25 loc) 707 B
{ "main": "codec.min.js", "name": "json-crypto", "description": "Encrypt and decrypt JSON objects easily and safely", "keywords": ["crypto", "encrypt", "json"], "homepage": "https://github.com/gunar/json-crypto", "bugs": "https://github.com/gunar/json-crypto/issues", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gunar/json-crypto.git" }, "version": "1.0.5", "scripts": { "test": "jest .", "prepublishOnly": "terser --compress --output codec.min.js -- codec.js" }, "files": ["README.md", "codec.min.js"], "devDependencies": { "fast-check": "^2.4.0", "jest": "^26.5.3", "prettier": "^2.1.2", "terser": "^5.3.5" } }