bower.json 557 B

1234567891011121314151617181920212223
  1. {
  2. "name": "HTML5-Desktop-Notifications",
  3. "version": "1.0.0",
  4. "homepage": "https://github.com/ttsvetko/HTML5-Desktop-Notifications",
  5. "authors": [
  6. "Tsvetan Tsvetkov <tsekach@gmail.com>"
  7. ],
  8. "description": "A small library that unifies the HTML5 Notifications APIs across different browsers including IE9 & IE10.",
  9. "main": "desktop-notify.js",
  10. "keywords": [
  11. "html5",
  12. "notifications"
  13. ],
  14. "license": "Apache License, Version 2.0",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ]
  22. }