package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "eventemitter2",
  3. "version": "0.4.14",
  4. "description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.",
  5. "keywords": [
  6. "event",
  7. "events",
  8. "emitter",
  9. "eventemitter"
  10. ],
  11. "author": "hij1nx <paolo@async.ly> http://twitter.com/hij1nx",
  12. "contributors": [
  13. "Eric Elliott",
  14. "Charlie Robbins <charlie@nodejitsu.com> http://twitter.com/indexzero",
  15. "Jameson Lee <jameson@nodejitsu.com> http://twitter.com/Jamesonjlee",
  16. "Jeroen van Duffelen <jvduf@nodejitsu.com> http://www.twitter.com/jvduf",
  17. "Fedor Indutny <fedor.indutny@gmail.com> http://www.twitter.com/indutny"
  18. ],
  19. "license": "MIT",
  20. "repository": "git://github.com/hij1nx/EventEmitter2.git",
  21. "devDependencies": {
  22. "nodeunit": "*",
  23. "benchmark": ">= 0.2.2"
  24. },
  25. "main": "./lib/eventemitter2.js",
  26. "scripts": {
  27. "test": "nodeunit test/simple/ && nodeunit test/wildcardEvents/",
  28. "benchmark": "node test/perf/benchmark.js"
  29. },
  30. "files": [
  31. "lib/eventemitter2.js",
  32. "index.js"
  33. ],
  34. "__npminstall_done": true,
  35. "_from": "eventemitter2@0.4.14",
  36. "_resolved": "https://registry.npmmirror.com/eventemitter2/-/eventemitter2-0.4.14.tgz"
  37. }