Initial
This commit is contained in:
31
lib/zpl-image/package.json
Normal file
31
lib/zpl-image/package.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user