bower.json 697 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "remarkable-bootstrap-notify",
  3. "main": "bootstrap-notify.js",
  4. "version": "3.1.3",
  5. "homepage": "http://bootstrap-notify.remabledesigns.com/",
  6. "authors": [
  7. "mouse0270 <rmcintosh@remabledesigns.com>"
  8. ],
  9. "description": "This is a simple plugin that turns standard Bootstrap alerts into \"Growl-like\" notifications.",
  10. "keywords": [
  11. "remarkable",
  12. "bootstrap",
  13. "jquery",
  14. "notify",
  15. "notification",
  16. "notifications",
  17. "growl",
  18. "message",
  19. "notice"
  20. ],
  21. "dependencies": {
  22. "jquery": ">=1.10.2",
  23. "bootstrap": ">=2.0.0"
  24. },
  25. "license": "MIT",
  26. "ignore": []
  27. }