Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

33 řádky
939 B

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