Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

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