-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
60 lines (60 loc) · 1.38 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
{
"name": "koa-roles",
"version": "2.0.0",
"description": "koa version of Connect-Roles",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "egg-bin test",
"test-cov": "egg-bin cov",
"ci": "npm run lint && egg-bin cov",
"lint": "eslint index.js test",
"autod": "autod -w --prefix '^'",
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
"is-type-of": "^1.2.0"
},
"devDependencies": {
"autod": "*",
"co-sleep": "^0.0.1",
"contributors": "*",
"egg-bin": "^4.3.5",
"egg-ci": "^1.8.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^5.1.1",
"koa": "^2.4.1",
"koa-router": "^7.3.0",
"pedding": "^1.1.0",
"should": "^13.1.3",
"supertest": "^3.0.0"
},
"homepage": "https://github.com/koajs/koa-roles",
"repository": {
"type": "git",
"url": "git://github.com/koajs/koa-roles.git",
"web": "https://github.com/koajs/koa-roles"
},
"bugs": {
"url": "https://github.com/koajs/koa-roles/issues",
"email": "[email protected]"
},
"keywords": [
"koa-roles",
"roles",
"role",
"connect-roles",
"koa"
],
"engines": {
"node": ">= 8.0.0"
},
"ci": {
"version": "8, 9"
},
"author": "fengmk2 <[email protected]> (http://fengmk2.com)",
"license": "MIT"
}