forked from lxzxl/koa-i18next-middleware
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "koa-i18next-middleware-fixed",
"version": "1.1.10b3",
"description": "An i18next middleware for koa2 framework with some fixes",
"main": "dist/index.js",
"scripts": {
"debug": "node register",
"build": "babel src -d dist",
"prepublish": "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/janealter/koa-i18next-middleware.git"
},
"keywords": [
"i18",
"i18next",
"koa",
"koa2"
],
"author": "Janealter <janealter_92@mail.ru>",
"license": "MIT",
"homepage": "https://github.com/janealter/koa-i18next-middleware#readme",
"dependencies": {
"cookies": "^0.7.1",
"i18next": "^10.2.2",
"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"
}
}