UNPKG

nod3des

Version:

3DES encryption for FT APIs

29 lines (28 loc) 599 B
{ "name": "nod3des", "version": "0.0.3", "description": "3DES encryption for FT APIs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/4y0/nod3des.git" }, "keywords": [ "3DES", "Encryption" ], "author": "4y0", "license": "ISC", "bugs": { "url": "https://github.com/4y0/nod3des/issues" }, "homepage": "https://github.com/4y0/nod3des#readme", "dependencies": { "crypto-js": "3.1.8", "node-forge": "0.6.45", "utf8": "2.1.2" } }