first commit, after modifying client section
This commit is contained in:
34
public/assets/vendors/pdfmake/bower.json
vendored
Executable file
34
public/assets/vendors/pdfmake/bower.json
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "pdfmake",
|
||||
"homepage": "https://bpampuch.github.io/pdfmake",
|
||||
"authors": [
|
||||
"Bartek Pampuch <bartosz.pampuch@gmail.com>"
|
||||
],
|
||||
"description": "Client/server side PDF printing in pure JavaScript",
|
||||
"main": ["build/pdfmake.js", "build/vfs_fonts.js"],
|
||||
"moduleType": [
|
||||
"globals"
|
||||
],
|
||||
"keywords": [
|
||||
"pdf",
|
||||
"javascript",
|
||||
"printing",
|
||||
"layout"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"Gruntfile.js",
|
||||
"dev-playground",
|
||||
"gulpfile.js",
|
||||
"webpack.config.js",
|
||||
"README.md",
|
||||
"bootstrap",
|
||||
"bower.json",
|
||||
"examples",
|
||||
"node_modules",
|
||||
"package.json",
|
||||
"src",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user