package.json 851 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "async-listener",
  3. "version": "0.6.10",
  4. "description": "Polyfill exporting trevnorris's 0.11+ asyncListener API.",
  5. "author": "Forrest L Norvell <ogd@aoaioxxysz.net>",
  6. "contributors": [
  7. "Tim Caswell <tim@creationix.com>",
  8. "Forrest L Norvell <ogd@aoaioxxysz.net>"
  9. ],
  10. "main": "index.js",
  11. "scripts": {
  12. "test": "tap test/*.tap.js"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/othiym23/async-listener.git"
  17. },
  18. "keywords": [
  19. "polyfill",
  20. "shim",
  21. "zesty",
  22. "crazed",
  23. "experimental"
  24. ],
  25. "license": "BSD-2-Clause",
  26. "bugs": {
  27. "url": "https://github.com/othiym23/async-listener/issues"
  28. },
  29. "engines": {
  30. "node": "<=0.11.8 || >0.11.10"
  31. },
  32. "dependencies": {
  33. "semver": "^5.3.0",
  34. "shimmer": "^1.1.0"
  35. },
  36. "devDependencies": {
  37. "tap": "^0.7.1"
  38. }
  39. }