{ "name": "koa-locales", "version": "1.4.1", "description": "koa locales, i18n solution for koa", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "eslint . && mocha --harmony --check-leaks -R spec -t 5000 test/*.test.js", "test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js", "lint": "eslint .", "autod": "autod -w --prefix '~'", "cnpm": "npm install --registry=https://registry.npm.taobao.org", "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.5.0", "istanbul-harmony": "*", "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 (http://fengmk2.com)", "license": "MIT" }