1234567891011121314151617181920 |
- {
- "name": "i18next",
- "main": "./i18next.min.js",
- "dependencies": {},
- "ignore": [
- "test/",
- "dist/",
- "src/",
- "coverage/",
- ".babelrc",
- ".gitignore",
- ".editorconfig",
- ".eslintignore",
- ".eslintrc",
- ".npmignore",
- "gulpfile.js",
- "package.json",
- "karma.conf.js"
- ]
- }
|