123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "tiny-emitter",
  3. "main": "dist/tinyemitter.js",
  4. "version": "1.0.0",
  5. "homepage": "https://github.com/scottcorgan/tiny-emitter",
  6. "authors": [
  7. "Scott Corgan <scottcorgan@gmail.com>"
  8. ],
  9. "description": "A tiny (less than 1k) event emitter library",
  10. "keywords": [
  11. "emitter",
  12. "tiny",
  13. "event",
  14. "pubsub",
  15. "bind"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "test",
  23. "tests",
  24. ".gitignore",
  25. "index.js",
  26. "package.json",
  27. "bower.json"
  28. ]
  29. }