pure-escpos
Version:
ESCPOS printing with no dependencies
31 lines (30 loc) • 555 B
JSON
{
"name": "pure-escpos",
"version": "1.1.1",
"description": "ESCPOS printing with no dependencies",
"main": "escpos_printing.js",
"scripts": {
"test": "test();"
},
"keywords": [
"ESCPOS",
"printing",
"lp",
"shared printer",
"printqueue",
"thermal printer",
"Epson",
"Star",
"Metapace",
"POS",
"Cash register"
],
"author": "Thomas Höbelt",
"license": "MIT",
"repositories": [
{
"type": "git",
"url": "https://github.com/treh1966/ESCPOS-Printing-in-Node.js"
}
]
}