bower.json 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "es5-shim",
  3. "main": "es5-shim.js",
  4. "repository": {
  5. "type": "git",
  6. "url": "git://github.com/es-shims/es5-shim"
  7. },
  8. "homepage": "https://github.com/es-shims/es5-shim",
  9. "authors": [
  10. "Kris Kowal <kris@cixar.com> (https://github.com/kriskowal/)",
  11. "Sami Samhuri <sami.samhuri@gmail.com> (https://samhuri.net/)",
  12. "Florian Schäfer <florian.schaefer@gmail.com> (https://github.com/fschaefer)",
  13. "Irakli Gozalishvili <rfobic@gmail.com> (https://gozala.io)",
  14. "Kit Cambridge <kitcambridge@gmail.com> (https://github.com/kitcambridge)",
  15. "Jordan Harband <ljharb@gmail.com> (https://github.com/ljharb/)"
  16. ],
  17. "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
  18. "keywords": [
  19. "shim",
  20. "es5",
  21. "es5 shim",
  22. "javascript",
  23. "ecmascript",
  24. "polyfill"
  25. ],
  26. "license": "MIT",
  27. "ignore": [
  28. "**/.*",
  29. "node_modules",
  30. "bower_components",
  31. "tests"
  32. ]
  33. }