bower.json 615 B

12345678910111213141516171819202122232425262728293031
  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. }