42 lines
829 B
JSON
42 lines
829 B
JSON
{
|
|
"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": {}
|
|
}
|