bower.json 467 B

123456789101112131415161718192021222324
  1. {
  2. "name": "eventEmitter",
  3. "description": "Event based JavaScript for the browser",
  4. "version": "4.3.0",
  5. "main": [
  6. "./EventEmitter.js"
  7. ],
  8. "author": {
  9. "name": "Oliver Caldwell",
  10. "web": "http://oli.me.uk/"
  11. },
  12. "license": "Unlicense",
  13. "keywords": [
  14. "events",
  15. "structure"
  16. ],
  17. "ignore": [
  18. "docs",
  19. "tests",
  20. "tools",
  21. ".gitignore",
  22. "package.json"
  23. ]
  24. }