forked from eggjs/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.61 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
64
65
66
67
68
69
70
71
{
"name": "egg-core",
"version": "4.7.0",
"description": "A core Pluggable framework based on koa",
"main": "index.js",
"scripts": {
"autod": "autod",
"lint": "eslint lib test *.js",
"test": "npm run lint && egg-bin test",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"pkgfiles": "egg-bin pkgfiles",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-core.git"
},
"keywords": [
"egg",
"loader"
],
"author": "gxcsoccer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eggjs/egg-core/issues"
},
"homepage": "https://github.com/eggjs/egg-core#readme",
"engines": {
"node": ">= 8.0.0"
},
"ci": {
"version": "8, 9"
},
"devDependencies": {
"autod": "^3.0.1",
"coffee": "^4.1.0",
"egg-bin": "^4.3.7",
"egg-ci": "^1.8.0",
"eslint": "^4.18.2",
"eslint-config-egg": "^7.0.0",
"js-yaml": "^3.11.0",
"mm": "^2.2.0",
"mz-modules": "^2.1.0",
"pedding": "^1.1.0",
"rimraf": "^2.6.2",
"spy": "^1.0.0",
"supertest": "^3.0.0"
},
"dependencies": {
"co": "^4.6.0",
"debug": "^3.1.0",
"depd": "^1.1.2",
"egg-logger": "^1.6.1",
"egg-path-matching": "^1.0.1",
"extend2": "^1.0.0",
"globby": "^8.0.1",
"inflection": "^1.12.0",
"is-type-of": "^1.2.0",
"koa": "^2.5.0",
"koa-convert": "^1.2.0",
"koa-router": "^7.4.0",
"node-homedir": "^1.1.0",
"ready-callback": "^2.0.1",
"utility": "^1.13.1"
},
"files": [
"index.js",
"lib"
]
}