koa-i18next-middleware
Version:
An i18next middleware for koa2 framework.
50 lines (49 loc) • 1.54 kB
JSON
{
"name": "koa-i18next-middleware",
"version": "1.1.12",
"description": "An i18next middleware for koa2 framework.",
"main": "dist/index.js",
"scripts": {
"dev": "node register",
"build": "babel src -d dist",
"prepare": "npm run build -s",
"patch": "npm version patch && npm publish",
"minor": "npm version minor && npm publish",
"major": "npm version major && npm publish",
"postpublish": "git push origin master --follow-tags",
"toc": "doctoc --github --title \"# Changelog\" CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lxzxl/koa-i18next-middleware.git"
},
"keywords": [
"i18",
"i18next",
"koa",
"koa2"
],
"author": "lxzxl <lixiaozheng1990@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lxzxl/koa-i18next-middleware/issues"
},
"homepage": "https://github.com/lxzxl/koa-i18next-middleware#readme",
"dependencies": {
"cookies": "^0.7.1",
"i18next": "^15.1.3",
"koa-i18next-detector": "^0.7.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-koa2-node7": "^0.1.0",
"babel-register": "^6.24.1",
"doctoc": "^1.3.0",
"koa": "^2.2.0",
"rimraf": "^2.6.2"
}
}