.bower.json 652 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "i18next",
  3. "main": "./i18next.min.js",
  4. "dependencies": {},
  5. "ignore": [
  6. "test/",
  7. "dist/",
  8. "src/",
  9. "coverage/",
  10. ".babelrc",
  11. ".gitignore",
  12. ".editorconfig",
  13. ".eslintignore",
  14. ".eslintrc",
  15. ".npmignore",
  16. "gulpfile.js",
  17. "package.json",
  18. "karma.conf.js"
  19. ],
  20. "homepage": "https://github.com/i18next/i18next",
  21. "version": "8.4.3",
  22. "_release": "8.4.3",
  23. "_resolution": {
  24. "type": "version",
  25. "tag": "v8.4.3",
  26. "commit": "ecdc12106fa6e71fc9ab2ed110bf87a8d55dd12c"
  27. },
  28. "_source": "https://github.com/i18next/i18next.git",
  29. "_target": ">=2.4.0",
  30. "_originalSource": "i18next"
  31. }