print-js
Version:
A tiny javascript library to help printing from the web.
22 lines (21 loc) • 415 B
JSON
{
"name": "print-js",
"description": "A tiny javascript library to help printing from the web.",
"main": "src/print.js",
"authors": [
"Rodrigo Vieira <rodrigo@crabbly.com>"
],
"license": "MIT",
"keywords": [
"print.js",
"printjs"
],
"homepage": "https://github.com/crabbly/Print.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}