Files
quality_recticel/old code/tray/js/package.json
Quality System Admin 50c791e242 cleaning structure
2025-10-16 01:42:59 +03:00

36 lines
858 B
JSON
Executable File

{
"name": "qz-tray",
"version": "2.2.6-SNAPSHOT",
"description": "Connects a web client to the QZ Tray software. Enables printing and device communication from javascript. ",
"main": "qz-tray.js",
"browser": {
"path": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qzind/tray.git"
},
"keywords": [
"Printing",
"USB",
"Serial",
"RS232",
"USB",
"Scales",
"Zebra",
"Epson",
"Star",
"Citizen",
"BOCA"
],
"author": "QZ Industries, LLC",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/qzind/tray/issues"
},
"homepage": "https://github.com/qzind/tray#readme"
}