Files
cdnjs/ajax/libs/jspdf/package.json
T

28 lines
640 B
JSON

{
"name": "jspdf",
"filename": "jspdf.min.js",
"description": "A HTML5 client-side solution for generating PDFs. Perfect for event tickets, reports, certificates, you name it!",
"version": "0.9.0rc1",
"homepage": "http://parall.ax/products/jspdf",
"keywords": [
"pdf",
"jspdf"
],
"contributors": [
{
"name": "James Hall"
}
],
"repositories": [{
"type": "git",
"url": "https://github.com/MrRio/jsPDF.git"
}],
"bugs": "https://github.com/MrRio/jsPDF/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/MrRio/jsPDF/blob/master/MIT-LICENSE.txt"
}
]
}