micodec
Version:
A picture is worth a thousand words... Literally! Encoding and transfer data through images
34 lines (33 loc) • 741 B
JSON
{
"name": "micodec",
"version": "1.0.2",
"description": "A picture is worth a thousand words... Literally! Encoding and transfer data through images",
"main": "MICodec.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmonza/MICodec.git"
},
"keywords": [
"codec",
"datatransfer",
"images",
"image",
"digital",
"art",
"steganography"
],
"author": "Daniel Monza",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/dmonza/MICodec/issues"
},
"homepage": "http://pixelcodec.com",
"dependencies": {
"compression": "^1.6.1",
"pngjs": "^3.0.0",
"temp": "^0.8.3"
}
}