-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 966 Bytes
/
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
{
"name": "koa-maxrequests",
"version": "1.0.0",
"description": "Limit max requests on each http keepalive connection",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha -R spec test/*.test.js",
"test-cov": "istanbul cover node_modules/.bin/_mocha -- test/*.test.js",
"ci": "npm run lint && npm run test-cov",
"lint": "eslint test index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koajs/maxrequests.git"
},
"author": "fengmk2 <[email protected]> (https://fengmk2.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/koajs/maxrequests/issues"
},
"homepage": "https://github.com/koajs/maxrequests#readme",
"devDependencies": {
"egg-ci": "^1.0.3",
"eslint": "^3.1.1",
"eslint-config-egg": "^3.1.0",
"istanbul": "^0.4.4",
"koa": "^1.2.1",
"mocha": "^2.5.3",
"urllib": "^2.11.0"
},
"ci": {
"version": "4, 6"
}
}