.bower.json 903 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "angularPrint",
  3. "main": [
  4. "angularPrint.js",
  5. "angularPrint.css"
  6. ],
  7. "version": "0.3.8",
  8. "homepage": "https://github.com/samwiseduzer/angularPrint",
  9. "authors": [
  10. "Sam Duzett <samuel.duzett@gmail.com>"
  11. ],
  12. "description": "Angular module that allows the user to selectively print, as well as provides optimizations for printing a table.",
  13. "keywords": [
  14. "angular",
  15. "angularJS",
  16. "print",
  17. "media",
  18. "query",
  19. "table",
  20. "select"
  21. ],
  22. "license": "MIT",
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "bower_components",
  27. "test",
  28. "tests"
  29. ],
  30. "_release": "0.3.8",
  31. "_resolution": {
  32. "type": "version",
  33. "tag": "v0.3.8",
  34. "commit": "5ec1195fe85770944908b40e565b43b960f81b85"
  35. },
  36. "_source": "https://github.com/samwiseduzer/angularPrint.git",
  37. "_target": "^0.3.8",
  38. "_originalSource": "angular-print",
  39. "_direct": true
  40. }