data-encryptor
Version:
Encrypts data to be stored into databases & removes links to file with encrypting them
27 lines (26 loc) • 713 B
JSON
{
"name": "data-encryptor",
"version": "0.1.5",
"description": "Encrypts data to be stored into databases & removes links to file with encrypting them",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/signzy/data-encrypter.git"
},
"keywords": [
"Data",
"encrypter"
],
"author": "Ankur Pandey <ankurkumarpandey@gmail.com> (https://github.com/ankur1ankur)",
"license": "ISC",
"bugs": {
"url": "https://github.com/signzy/data-encrypter/issues"
},
"homepage": "https://github.com/signzy/data-encrypter#readme",
"dependencies": {
"crypto": "0.0.3"
}
}