.bower.json 600 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "PubSubJS",
  3. "version": "1.5.3",
  4. "main": "src/pubsub.js",
  5. "ignore": [
  6. "**/.*",
  7. "iframe",
  8. "lib",
  9. "test",
  10. "wrappers",
  11. "autolint.js",
  12. "Gruntfile.js",
  13. "jquery-integration.html",
  14. "package.json",
  15. "Rakefile"
  16. ],
  17. "homepage": "https://github.com/mroderick/PubSubJS",
  18. "_release": "1.5.3",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "v1.5.3",
  22. "commit": "9f5b9e5c4d63a384e04a3f36cde8fc39dc234933"
  23. },
  24. "_source": "https://github.com/mroderick/PubSubJS.git",
  25. "_target": "^1.5.3",
  26. "_originalSource": "pubsub-js",
  27. "_direct": true
  28. }