.bower.json 608 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "eve-raphael",
  3. "description": "Simple custom events",
  4. "main": "./eve.js",
  5. "authors": [
  6. "Tomas Alabes (http://tomasalabes.me)"
  7. ],
  8. "license": "MIT",
  9. "homepage": "https://github.com/tomasAlabes/eve",
  10. "ignore": [
  11. "**/.*",
  12. "node_modules",
  13. "bower_components",
  14. "test",
  15. "tests"
  16. ],
  17. "version": "0.5.0",
  18. "_release": "0.5.0",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "v0.5.0",
  22. "commit": "93132d5d47a0ce31dbd1b75208b1d4c0e2ad81e8"
  23. },
  24. "_source": "https://github.com/tomasAlabes/eve.git",
  25. "_target": "0.5.0",
  26. "_originalSource": "eve-raphael"
  27. }