28 lines
464 B
JSON
28 lines
464 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"
|
||
|
|
]
|
||
|
|
}
|