Backend/node_modules/cryptr/package.json

42 lines
829 B
JSON
Raw Normal View History

2021-12-31 09:33:23 +00:00
{
"name": "cryptr",
"version": "6.0.2",
"description": "a simple encrypt and decrypt module for node.js",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "node ./tests"
},
"repository": {
"type": "git",
"url": "git://github.com/MauriceButler/cryptr.git"
},
"keywords": [
"cryptr",
"crypter",
"encrypt",
"decrypt",
"encryption",
"decryption",
"crypto",
"cipher",
"aes-256",
"aes256",
"aes-256-ctr",
"aes-256-gcm",
"hashr"
],
"author": "Maurice Butler <maurice.butler@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MauriceButler/cryptr/issues"
},
"homepage": "https://github.com/MauriceButler/cryptr",
"devDependencies": {
"tape": "^4.13.2"
},
"dependencies": {}
}