-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
63 lines (63 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "koa-locales",
"version": "1.12.0",
"description": "koa locales, i18n solution for koa",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "eslint . && mocha -R spec -t 5000 test/*.test.js",
"cov": "istanbul cover _mocha -- -t 5000 test/*.test.js",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod -w --prefix '^'",
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
"debug": "^2.6.0",
"humanize-ms": "^1.2.0",
"ini": "^1.3.4",
"js-yaml": "^3.13.1",
"npminstall": "^3.23.0",
"object-assign": "^4.1.0"
},
"devDependencies": {
"autod": "2",
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.3",
"contributors": "*",
"egg-ci": "^1.1.0",
"eslint": "1",
"istanbul": "*",
"koa": "^1.2.4",
"mm": "^2.0.0",
"mocha": "4",
"pedding": "^1.1.0",
"supertest": "^2.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"
},
"keywords": [
"koa-locales",
"i18n",
"locales",
"koa-i18n",
"koa"
],
"engines": {
"node": ">=4.0.0"
},
"ci": {
"version": "4, 6, 8, 10, 12"
},
"author": "fengmk2 <[email protected]> (https://fengmk2.com)",
"license": "MIT"
}