bower.json 372 B

123456789101112131415161718192021
  1. {
  2. "name": "intl",
  3. "version": "1.2.5",
  4. "description": "Polyfill the ECMA-402 Intl API (except collation)",
  5. "main": ["dist/Intl.js", "locale-data/jsonp"],
  6. "keywords": [
  7. "intl",
  8. "i18n",
  9. "internationalization",
  10. "ecma402",
  11. "polyfill"
  12. ],
  13. "ignore": [
  14. "/src",
  15. "/task",
  16. "/tools",
  17. "/tests",
  18. "index.js",
  19. "Gruntfile.js"
  20. ]
  21. }