No Description

bower.json 698B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "pdfmake",
  3. "homepage": "https://bpampuch.github.io/pdfmake",
  4. "authors": [
  5. "Bartek Pampuch <bartosz.pampuch@gmail.com>"
  6. ],
  7. "description": "Client/server side PDF printing in pure JavaScript",
  8. "main": ["build/pdfmake.js", "build/vfs_fonts.js"],
  9. "moduleType": [
  10. "globals"
  11. ],
  12. "keywords": [
  13. "pdf",
  14. "javascript",
  15. "printing",
  16. "layout"
  17. ],
  18. "license": "MIT",
  19. "ignore": [
  20. "**/.*",
  21. "dev-playground",
  22. "gulpfile.js",
  23. "webpack.config.js",
  24. "README.md",
  25. "bower.json",
  26. "CONTRIBUTING.md",
  27. "examples",
  28. "node_modules",
  29. "package.json",
  30. "src",
  31. "tests",
  32. "yarn.lock",
  33. "composer.json",
  34. ".travis.yml"
  35. ]
  36. }