c5fb5cd861682f38d050d82a4fc635102fd9f012b828928f0113cf1626e766c0421b95cc78225505608cd2bfc1cc9de49e17c3925502a903bc7b1eccf6de8a 939 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "event-pubsub",
  3. "version": "4.3.0",
  4. "description": "Super light and fast Extensible PubSub events and EventEmitters for Node and the browser with support for ES6 by default, and ES5 versions for older verions of node and older IE/Safari versions. Easy for any developer level. No frills, just high speed pubsub events!",
  5. "main": "event-pubsub.js",
  6. "directories": {
  7. "example": "examples"
  8. },
  9. "engines": {
  10. "node": ">=4.0.0"
  11. },
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/RIAEvangelist/event-pubsub.git"
  18. },
  19. "keywords": [
  20. "event",
  21. "events",
  22. "pubsub",
  23. "node",
  24. "browser"
  25. ],
  26. "author": "Brandon Nozaki Miller",
  27. "license": "Unlicense",
  28. "bugs": {
  29. "url": "https://github.com/RIAEvangelist/event-pubsub/issues"
  30. },
  31. "homepage": "https://github.com/RIAEvangelist/event-pubsub"
  32. }