12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "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.4",
- "_release": "1.3.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.3.4",
- "commit": "407e72dbcabe7486e64cbc6d69f57e0ce40b88d4"
- },
- "_source": "https://github.com/MrRio/jsPDF.git",
- "_target": "1.3.2 - 1.3.4",
- "_originalSource": "jspdf"
- }
|