bower.json 499 B

123456789101112131415161718192021222324
  1. {
  2. "name": "classlist-polyfill",
  3. "description": "MDN's ClassList Polyfill",
  4. "main": "src/index.js",
  5. "authors": [
  6. "Eli Grey <me@eligrey.com>",
  7. "Yola Engineering <engineers@yola.com> (https://www.yola.com/)"
  8. ],
  9. "license": "Unlicense",
  10. "keywords": [
  11. "classList",
  12. "polyfill",
  13. "shim",
  14. "cross-browser"
  15. ],
  16. "homepage": "https://github.com/yola/classlist-polyfill",
  17. "ignore": [
  18. "**/.*",
  19. "node_modules",
  20. "bower_components",
  21. "test",
  22. "tests"
  23. ]
  24. }