qzprinty
Version:
A simple utility to print html or pdf using qz tray
37 lines (36 loc) • 832 B
JSON
{
"name": "qzprinty",
"version": "1.0.15",
"description": "A simple utility to print html or pdf using qz tray",
"main": "dist/build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [
"print html",
"print pdf",
"qz tray printing",
"print from browser",
"printing utility"
],
"repository": {
"type": "git",
"url": "git+https://github.com/namshi/qzprinty.git"
},
"author": "Ammar Rayess",
"license": "ISC",
"bugs": {
"url": "https://github.com/namshi/qzprinty/issues"
},
"homepage": "https://github.com/namshi/qzprinty#readme",
"dependencies": {
"qz-tray": "^2.0.8",
"rsvp": "^4.8.4",
"sha256": "^0.2.0"
},
"devDependencies": {
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0"
}
}