32 lines
700 B
JSON
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"
|
|
}
|
|
}
|