mirror of https://gitee.com/karson/fastadmin.git
37 lines
747 B
JSON
37 lines
747 B
JSON
{
|
|
"name": "jspdf",
|
|
"homepage": "https://github.com/mrrio/jspdf",
|
|
"description": "PDF Document creation from JavaScript",
|
|
"main": "dist/jspdf.debug.js",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"pdf"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"libs",
|
|
"CNAME",
|
|
"jspdf.js",
|
|
"examples/jspdf.PLUGINTEMPLATE.js",
|
|
"plugins/*",
|
|
"todo.txt",
|
|
"wscript.py",
|
|
"build.sh",
|
|
"test",
|
|
"tools"
|
|
],
|
|
"version": "1.3.2",
|
|
"_release": "1.3.2",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.3.2",
|
|
"commit": "5cccca5adda1da5a18171bbb7c31bf1413e543c6"
|
|
},
|
|
"_source": "https://github.com/MrRio/jsPDF.git",
|
|
"_target": "1.1.239 || 1.3.2",
|
|
"_originalSource": "jspdf"
|
|
} |