@starbase/encryption
Version:
Starbase Encryption
32 lines (31 loc) • 687 B
JSON
{
"name": "@starbase/encryption",
"version": "0.2.0",
"description": "Starbase Encryption",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/starbasealpha/encryption.git"
},
"keywords": [
"Starbase",
"encryption",
"aes",
"pbkdf2",
"encrypt",
"decrypt",
"decryption"
],
"author": "Mike Fuller",
"license": "MIT",
"bugs": {
"url": "https://github.com/starbasealpha/encryption/issues"
},
"homepage": "https://github.com/starbasealpha/encryption#readme",
"dependencies": {
"@starbase/cryptic":"latest"
}
}