bower.json 838 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "core.js",
  3. "main": "client/core.js",
  4. "version": "2.4.1",
  5. "description": "Standard Library",
  6. "keywords": [
  7. "ES3",
  8. "ECMAScript 3",
  9. "ES5",
  10. "ECMAScript 5",
  11. "ES6",
  12. "ES2015",
  13. "ECMAScript 6",
  14. "ECMAScript 2015",
  15. "ES7",
  16. "ES2016",
  17. "ECMAScript 7",
  18. "ECMAScript 2016",
  19. "Harmony",
  20. "Strawman",
  21. "Map",
  22. "Set",
  23. "WeakMap",
  24. "WeakSet",
  25. "Promise",
  26. "Symbol",
  27. "TypedArray",
  28. "setImmediate",
  29. "Dict",
  30. "polyfill",
  31. "shim"
  32. ],
  33. "authors": [
  34. "Denis Pushkarev <zloirock@zloirock.ru> (http://zloirock.ru/)"
  35. ],
  36. "license": "MIT",
  37. "homepage": "https://github.com/zloirock/core-js",
  38. "repository": {
  39. "type": "git",
  40. "url": "https://github.com/zloirock/core-js.git"
  41. },
  42. "ignore": [
  43. "build",
  44. "node_modules",
  45. "tests"
  46. ]
  47. }