.bower.json 725 B

12345678910111213141516171819202122232425262728293031323334
  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. "homepage": "https://github.com/Olical/EventEmitter",
  25. "_release": "4.3.0",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "v4.3.0",
  29. "commit": "34545d1b761fca48d7e4d9c71efc868a8d101419"
  30. },
  31. "_source": "git://github.com/Olical/EventEmitter.git",
  32. "_target": ">=4.2 <5",
  33. "_originalSource": "eventEmitter"
  34. }