apollo_developers/bower_components/jsPDF/bower.json
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30

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"
]
}