.bower.json 950 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "Gruntfile.js",
  25. "dev-playground",
  26. "gulpfile.js",
  27. "webpack.config.js",
  28. "README.md",
  29. "bootstrap",
  30. "bower.json",
  31. "examples",
  32. "node_modules",
  33. "package.json",
  34. "src",
  35. "tests"
  36. ],
  37. "version": "0.1.20",
  38. "_release": "0.1.20",
  39. "_resolution": {
  40. "type": "version",
  41. "tag": "0.1.20",
  42. "commit": "ce8a2609986a3bf6e3c83f61741d4c56ca0b4ca0"
  43. },
  44. "_source": "https://github.com/bpampuch/pdfmake.git",
  45. "_target": "^0.1.20",
  46. "_originalSource": "pdfmake"
  47. }