node-bury
Version:
A cryptographic and steganographic image library for nodejs.
33 lines (32 loc) • 738 B
JSON
{
"name": "node-bury",
"version": "1.0.1",
"description": "A cryptographic and steganographic image library for nodejs.",
"main": "bury.js",
"scripts": {
"enc": "node enc.js",
"dec": "node dec.js"
},
"keywords": [
"Cryptography",
"Steganography"
],
"author": "J. Ian Lindsay",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/jspark311/node-bury"
},
"bugs": {
"url": "https://github.com/jspark311/node-bury/issues"
},
"homepage": "https://github.com/jspark311/node-bury",
"dependencies": {
"bufferpack": "0.0.6",
"compressjs": "^1.0.3",
"crypto-js": "^3.1.5",
"mcrypt": "^0.1.9",
"mersenne": "0.0.3",
"node-gd": "^1.1.0"
}
}