.bower.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "es5-shim",
  3. "version": "4.0.5",
  4. "main": "es5-shim.js",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/es-shims/es5-shim"
  8. },
  9. "homepage": "https://github.com/es-shims/es5-shim",
  10. "authors": [
  11. "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
  12. "Sami Samhuri <sami.samhuri@gmail.com> (http://samhuri.net/)",
  13. "Florian Schäfer <florian.schaefer@gmail.com> (http://github.com/fschaefer)",
  14. "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
  15. "Kit Cambridge <kitcambridge@gmail.com> (http://kitcambridge.github.com)",
  16. "Jordan Harband <ljharb@gmail.com> (https://github.com/ljharb/)"
  17. ],
  18. "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
  19. "keywords": [
  20. "shim",
  21. "es5",
  22. "es5 shim",
  23. "javascript",
  24. "ecmascript",
  25. "polyfill"
  26. ],
  27. "license": "MIT",
  28. "ignore": [
  29. "**/.*",
  30. "node_modules",
  31. "bower_components",
  32. "tests"
  33. ],
  34. "_release": "4.0.5",
  35. "_resolution": {
  36. "type": "version",
  37. "tag": "v4.0.5",
  38. "commit": "33bbe095f4fb4fea0a3d5b06610aaedf3818339e"
  39. },
  40. "_source": "git://github.com/es-shims/es5-shim.git",
  41. "_target": "^4.0.3",
  42. "_originalSource": "es5-shim"
  43. }