@tabcat/aes-gcm-crypter
Version:
encrypt and decrypt aes-gcm ciphers
32 lines (31 loc) • 667 B
JSON
{
"name": "@tabcat/aes-gcm-crypter",
"version": "1.0.1",
"description": "encrypt and decrypt aes-gcm ciphers",
"main": "src/index.js",
"files": [
"/src"
],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabcat/aes-gcm-crypter.git"
},
"keywords": [
"crypter"
],
"author": "andersb@tuta.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/tabcat/aes-gcm-crypter/issues"
},
"homepage": "https://github.com/tabcat/aes-gcm-crypter#readme",
"dependencies": {
"@tabcat/webcrypto-ponyfill": "^1.0.2"
},
"devDependencies": {
"mocha": "^8.0.1"
}
}