apollodec/Apollo/bower_components/angular-save-html-to-pdf/bower.json
2017-12-19 18:55:23 +05:30

34 lines
726 B
JSON
Executable File

{
"name": "angular-save-html-to-pdf",
"description": "Save HTML in pdf format by angularjs . Directives which are using libraries to convert html to html5canvas and save html5canvas as pdf .",
"main": "dist/saveHtmlToPdf.js",
"authors": [
"hearsid"
],
"license": "ISC",
"keywords": [
"html5canvas",
"pdf",
"html",
"html",
"to",
"pdf",
"angular"
],
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.5" ,
"html2canvas" : "git://github.com/niklasvh/html2canvas.git" ,
"jquery" : "^1.12" ,
"jsPDF" : "git://github.com/MrRio/jsPDF.git"
}
}