bower.json 326 B

1234567891011121314151617
  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. }