nodejs3des
Version:
3DES encryption for FT APIs
31 lines (30 loc) • 647 B
JSON
{
"author": {
"name": "h3rm3s1986"
},
"bugs": {
"url": "https://github.com/h3rm3s1986/nod3des/issues"
},
"dependencies": {
"crypto-js": "3.1.8",
"node-forge": "0.7.6",
"utf8": "2.1.2"
},
"description": "3DES encryption for FT APIs",
"homepage": "https://github.com/h3rm3s1986/nod3des#readme",
"keywords": [
"3DES",
"Encryption"
],
"license": "ISC",
"main": "index.js",
"name": "nodejs3des",
"repository": {
"type": "git",
"url": "git+https://github.com/h3rm3s1986/nod3des.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}