Няма описание

1234567891011121314151617181920212223242526272829
  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": ["event", "events", "emitter", "eventemitter"],
  6. "author": "hij1nx <paolo@async.ly> http://twitter.com/hij1nx",
  7. "contributors": [
  8. "Eric Elliott",
  9. "Charlie Robbins <charlie@nodejitsu.com> http://twitter.com/indexzero",
  10. "Jameson Lee <jameson@nodejitsu.com> http://twitter.com/Jamesonjlee",
  11. "Jeroen van Duffelen <jvduf@nodejitsu.com> http://www.twitter.com/jvduf",
  12. "Fedor Indutny <fedor.indutny@gmail.com> http://www.twitter.com/indutny"
  13. ],
  14. "license": "MIT",
  15. "repository": "git://github.com/hij1nx/EventEmitter2.git",
  16. "devDependencies": {
  17. "nodeunit": "*",
  18. "benchmark" : ">= 0.2.2"
  19. },
  20. "main": "./lib/eventemitter2.js",
  21. "scripts" : {
  22. "test" : "nodeunit test/simple/ && nodeunit test/wildcardEvents/",
  23. "benchmark" : "node test/perf/benchmark.js"
  24. },
  25. "files": [
  26. "lib/eventemitter2.js",
  27. "index.js"
  28. ]
  29. }