bower.json 770 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "pnotify",
  3. "description": "JavaScript notification plugin.",
  4. "main": [
  5. "dist/pnotify.animate.js",
  6. "dist/pnotify.brighttheme.css",
  7. "dist/pnotify.buttons.css",
  8. "dist/pnotify.buttons.js",
  9. "dist/pnotify.callbacks.js",
  10. "dist/pnotify.confirm.js",
  11. "dist/pnotify.css",
  12. "dist/pnotify.js",
  13. "dist/pnotify.desktop.js",
  14. "dist/pnotify.history.css",
  15. "dist/pnotify.history.js",
  16. "dist/pnotify.mobile.css",
  17. "dist/pnotify.mobile.js",
  18. "dist/pnotify.nonblock.js"
  19. ],
  20. "ignore": [
  21. "build-tools/",
  22. "includes/",
  23. "devnote*.*",
  24. "index.html",
  25. "testing.html",
  26. "buildcustom.php",
  27. "package.json",
  28. "src/"
  29. ],
  30. "license": [
  31. "Apache-2.0"
  32. ],
  33. "dependencies": {
  34. "jquery": ">=1.6"
  35. }
  36. }