sheild-crypter
Version:
This module can encrypt and decrypt your data that depends on your secret key
26 lines (25 loc) • 629 B
JSON
{
"name": "sheild-crypter",
"version": "1.0.2",
"description": "This module can encrypt and decrypt your data that depends on your secret key",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adhil80/sheild-npm.git"
},
"keywords": [
"data-encryption"
],
"author": "adhil_mhdk",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adhil80/sheild-npm/issues"
},
"homepage": "https://github.com/Adhil80/sheild-npm#readme",
"dependencies": {
"crypto-js": "^4.1.1"
}
}