bower.json 263 B

1234567891011121314151617
  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. }