steggy
Version:
a basic steganography library for png files
32 lines (31 loc) • 644 B
JSON
{
"name": "steggy",
"version": "2.0.1",
"description": "a basic steganography library for png files",
"main": "index.js",
"scripts": {
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willclarktech/steggy.git"
},
"keywords": [
"steggy",
"steganography",
"node",
"png"
],
"author": "willclarktech",
"license": "MIT",
"bugs": {
"url": "https://github.com/willclarktech/steggy/issues"
},
"homepage": "https://github.com/willclarktech/steggy#readme",
"dependencies": {
"pngjs": "^3.0.1"
},
"engines": {
"node": ">=7.8.0"
}
}