-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
54 lines (54 loc) · 1.14 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
{
"name": "ddos",
"version": "0.2.1",
"description": "",
"main": "index.js",
"scripts": {
"setup-helper": "node setupHelper.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc tape test/test-*.js | tap-spec"
},
"nyc": {
"exclude": [
"lib/koa.js",
"test"
]
},
"repository": {
"type": "git",
"url": "git://github.com/rook2pawn/node-ddos.git"
},
"keywords": [
"ddos",
"rate",
"limiting",
"koa",
"express",
"hapijs",
"hapi"
],
"author": "David Wee <[email protected]> (http://rook2pawn.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rook2pawn/node-ddos/issues"
},
"homepage": "https://github.com/rook2pawn/node-ddos",
"devDependencies": {
"body-parser": "",
"coveralls": "^3.0.1",
"express": "",
"istanbul": "^0.4.5",
"koa": "",
"koa-router": "^7.4.0",
"npm-install-version": "^6.0.2",
"nyc": "^12.0.1",
"opener": "^1.5.1",
"queuelib": "",
"request": "",
"semver": "^5.3.0",
"supertest-light": "",
"tap-spec": "^4.1.2",
"tape": ""
},
"dependencies": {}
}