bower.json 620 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "core.js",
  3. "main": "client/core.js",
  4. "version": "1.2.7",
  5. "description": "Standard Library",
  6. "keywords": [
  7. "ES6",
  8. "ECMAScript 6",
  9. "ES7",
  10. "ECMAScript 7",
  11. "Map",
  12. "Set",
  13. "WeakMap",
  14. "WeakSet",
  15. "Dict",
  16. "Promise",
  17. "Symbol",
  18. "console"
  19. ],
  20. "authors": [
  21. "Denis Pushkarev <zloirock@zloirock.ru> (http://zloirock.ru/)"
  22. ],
  23. "license": "MIT",
  24. "homepage": "https://github.com/zloirock/core-js",
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/zloirock/core-js.git"
  28. },
  29. "ignore": [
  30. "build",
  31. "node_modules",
  32. "tests"
  33. ]
  34. }