.bower.json 886 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "HTML5-Desktop-Notifications",
  3. "homepage": "https://github.com/ttsvetko/HTML5-Desktop-Notifications",
  4. "authors": [
  5. "Tsvetan Tsvetkov <tsekach@gmail.com>"
  6. ],
  7. "description": "A small library that unifies the HTML5 Notifications APIs across different browsers including IE9 & IE10.",
  8. "main": "desktop-notify.js",
  9. "keywords": [
  10. "html5",
  11. "notifications"
  12. ],
  13. "license": "Apache License, Version 2.0",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests"
  20. ],
  21. "_release": "1c3fc78c75",
  22. "_resolution": {
  23. "type": "branch",
  24. "branch": "master",
  25. "commit": "1c3fc78c75df8ff24accf51f8dcef91762ef9d7c"
  26. },
  27. "_source": "https://github.com/ttsvetko/HTML5-Desktop-Notifications.git",
  28. "_target": "*",
  29. "_originalSource": "https://github.com/ttsvetko/HTML5-Desktop-Notifications.git",
  30. "_direct": true
  31. }