bower.json 556 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "crossvent",
  3. "description": "Cross-platform browser event handling",
  4. "version": "1.5.4",
  5. "homepage": "https://github.com/bevacqua/crossvent",
  6. "author": {
  7. "name": "Nicolas Bevacqua",
  8. "email": "hello@bevacqua.io",
  9. "url": "http://bevacqua.io"
  10. },
  11. "license": "MIT",
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/bevacqua/crossvent.git"
  15. },
  16. "main": "dist/crossvent.js",
  17. "ignore": [
  18. ".*",
  19. "package.json",
  20. "node_modules",
  21. "src",
  22. "test",
  23. "gulpfile.js"
  24. ],
  25. "dependencies": {}
  26. }