first commit
This commit is contained in:
56
package.json
Normal file
56
package.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "koa-locales",
|
||||
"version": "1.0.0",
|
||||
"description": "koa locales, i18n solution for koa",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
|
||||
"test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
|
||||
"test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
|
||||
"jshint": "jshint .",
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autod": "*",
|
||||
"contributors": "*",
|
||||
"istanbul-harmony": "*",
|
||||
"jshint": "*",
|
||||
"koa": "~0.20.0",
|
||||
"mm": "~1.1.0",
|
||||
"mocha": "*",
|
||||
"pedding": "~1.0.0",
|
||||
"supertest": "~1.0.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",
|
||||
"iojs": ">=1.0.0"
|
||||
},
|
||||
"author": "fengmk2 <m@fengmk2.com> (http://fengmk2.com)",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user