locales/package.json

58 lines
1.3 KiB
JSON

{
"name": "koa-locales",
"version": "1.4.4",
"description": "koa locales, i18n solution for koa",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "eslint . && mocha --check-leaks -R spec -t 5000 test/*.test.js",
"test-cov": "istanbul cover _mocha -- --check-leaks -t 5000 test/*.test.js",
"lint": "eslint .",
"autod": "autod -w --prefix '~'",
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
"debug": "~2.2.0",
"humanize-ms": "~1.0.1",
"ini": "~1.3.4",
"object-assign": "~4.0.1"
},
"devDependencies": {
"autod": "*",
"beautify-benchmark": "0",
"benchmark": "1",
"contributors": "*",
"eslint": "1",
"istanbul": "*",
"koa": "1",
"mm": "1",
"mocha": "*",
"pedding": "1",
"supertest": "1"
},
"homepage": "https://github.com/koajs/locales",
"repository": {
"type": "git",
"url": "git://github.com/koajs/locales.git",
"web": "https://github.com/koajs/locales"
},
"bugs": {
"url": "https://github.com/koajs/locales/issues",
"email": "m@fengmk2.com"
},
"keywords": [
"koa-locales",
"i18n",
"locales",
"koa-i18n",
"koa"
],
"engines": {
"node": ">=0.12.0"
},
"author": "fengmk2 <m@fengmk2.com> (http://fengmk2.com)",
"license": "MIT"
}