bower.json 320 B

1234567891011121314151617181920
  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. }