No Description

.bower.json 993B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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": [
  9. "build/pdfmake.js",
  10. "build/vfs_fonts.js"
  11. ],
  12. "moduleType": [
  13. "globals"
  14. ],
  15. "keywords": [
  16. "pdf",
  17. "javascript",
  18. "printing",
  19. "layout"
  20. ],
  21. "license": "MIT",
  22. "ignore": [
  23. "**/.*",
  24. "dev-playground",
  25. "gulpfile.js",
  26. "webpack.config.js",
  27. "README.md",
  28. "bower.json",
  29. "CONTRIBUTING.md",
  30. "examples",
  31. "node_modules",
  32. "package.json",
  33. "src",
  34. "tests",
  35. "yarn.lock",
  36. "composer.json",
  37. ".travis.yml"
  38. ],
  39. "version": "0.1.65",
  40. "_release": "0.1.65",
  41. "_resolution": {
  42. "type": "version",
  43. "tag": "0.1.65",
  44. "commit": "e30db8db2d9c822e60109ca8ed1b4869d4f019f4"
  45. },
  46. "_source": "https://github.com/bpampuch/pdfmake.git",
  47. "_target": "^0.1.20",
  48. "_originalSource": "pdfmake"
  49. }