Files
zebra-sticker-print/lib/zpl-image/package.json
Eden Kirin 69f8ca2d6f Initial
2023-07-31 11:44:21 +02:00

32 lines
700 B
JSON

{
"name": "zpl-image",
"version": "0.2.0",
"description": "A pure javascript module that converts PNG, JPEG, and GIF to Z64-encoded GRF bitmaps for use with ZPL.",
"main": "zpl-image.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metafloor/zpl-image.git"
},
"keywords": [
"image",
"ZPL",
"Z64",
"GRF",
"PNG",
"JPEG",
"GIF"
],
"author": "Mark Warren",
"license": "MIT",
"bugs": {
"url": "https://github.com/metafloor/zpl-image/issues"
},
"homepage": "https://github.com/metafloor/zpl-image",
"directories": {
"test": "tests"
}
}