Skip to main content
Module

x/i18next_locize_backend/package.json

A simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno.
Go to Latest
File
{ "name": "i18next-locize-backend", "version": "2.0.2", "description": "backend layer for i18next using locize service ", "main": "./dist/cjs/i18nextLocizeBackend.js", "module": "./dist/esm/i18nextLocizeBackend.js", "types": "./index.d.ts", "keywords": [ "i18next", "i18next-backend", "locize" ], "homepage": "https://github.com/locize/i18next-locize-backend", "bugs": "https://github.com/locize/i18next-locize-backend/issues", "repository": { "type": "git", "url": "git://github.com/locize/i18next-locize-backend.git" }, "dependencies": { "@babel/runtime": "^7.4.5" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.5", "babel-eslint": "10.0.2", "babelify": "10.0.0", "browserify": "16.2.3", "browserify-istanbul": "3.0.1", "chai": "4.2.0", "coveralls": "3.0.4", "cpy-cli": "^2.0.0", "eslint": "6.0.1", "eslint-config-airbnb": "17.1.1", "i18next": "17.0.6", "istanbul": "gotwarlost/istanbul#source-map", "karma": "4.1.0", "karma-browserify": "6.0.0", "karma-chai": "0.1.0", "karma-chrome-launcher": "2.2.0", "karma-cli": "2.0.0", "karma-coverage": "douglasduteil/karma-coverage#next", "karma-coveralls": "2.1.0", "karma-expect": "1.1.3", "karma-mocha": "1.3.0", "karma-phantomjs-launcher": "1.0.4", "karma-rollup-preprocessor": "7.0.0", "karma-sinon": "1.0.5", "karma-spec-reporter": "0.0.32", "mocha": "6.1.4", "phantomjs-prebuilt": "2.1.16", "rimraf": "2.6.3", "rollup": "1.16.6", "rollup-plugin-babel": "4.3.3", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-terser": "^5.0.0", "sinon": "7.3.2" }, "scripts": { "test": "karma start karma.conf.js --singleRun", "tdd": "karma start karma.conf.js", "build": "rimraf dist && rollup -c && cpy \"./dist/umd/*.js\" ./", "preversion": "npm run test && npm run build && git push", "postversion": "git push && git push --tags" }, "author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl)", "license": "MIT"}