ibird-i18n
Version:
i18n addon for ibird.
43 lines (42 loc) • 832 B
JSON
{
"name": "ibird-i18n",
"version": "1.0.0-alpha.15",
"description": "i18n addon for ibird.",
"main": "lib/index.js",
"scripts": {
"test": "mocha -s 500"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yinfxs/ibird-i18n.git"
},
"keywords": [
"ibird",
"node",
"koa",
"web",
"app",
"http",
"application",
"addon",
"i18n",
"locale",
"ibird-addon"
],
"author": "yinfxs",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yinfxs/ibird-i18n/issues"
},
"homepage": "https://github.com/yinfxs/ibird-i18n#readme",
"dependencies": {
"ibird-utils": "^0.9.18",
"mustache": "2.3.0"
},
"devDependencies": {
"ibird": "latest",
"koa-session": "^5.5.1",
"mocha": "^4.0.1",
"supertest": "^3.0.0"
}
}