-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 845 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 845 Bytes
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
{
"name": "proxy-attack",
"version": "0.1.1",
"description": "Secure your App from Proxy Attacks!",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rajkumarpb/proxyattack.git"
},
"keywords": [
"node",
"express",
"proxy",
"attack",
"protection",
"header",
"port-block",
"port-checker"
],
"author": "Rajkumar <pb.rajkumar@yahoo.com>",
"license": "Apache-2.0",
"homepage": "https://github.com/rajkumarpb/proxyattack#readme",
"dependencies": {
"geoip-lite": "^1.3.8",
"pg": "^7.15.0",
"pg-hstore": "^2.3.3",
"sequelize": "^5.21.3"
},
"bugs": {
"url": "https://github.com/rajkumarpb/proxyattack/issues"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}