-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
59 lines (59 loc) · 1.43 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
{
"name": "malwareworld",
"version": "1.3.6",
"description": "System based on +500 blacklists and 5 external intelligences to detect internet potencially malicious hosts",
"main": "malwareworld.js",
"dependencies": {
"dgadetective": "^1.0.5",
"fortiguard": "^1.0.3",
"fraudguard": "^1.0.5",
"geoip-lite": "^1.2.1",
"ip-range-check": "0.0.2",
"net": "^1.0.2",
"node-sha1": "^1.0.1",
"node-virustotal": "^2.4.2",
"nodejs-projecthoneypot": "^1.0.4",
"otx_alientvautl_checkip_and_domain": "^1.0.0",
"request": "^2.85.0",
"simplespamcop": "^1.0.4",
"url": "^0.11.0",
"weboftrust": "^1.0.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlospolop/MalwareWorld.git"
},
"keywords": [
"malwareworld",
"malware",
"detection",
"spam",
"phising",
"bitcoin",
"tor",
"proxy",
"adware",
"malicious",
"antivirus",
"blacklist",
"whitelist",
"internet",
"api",
"intelligence",
"fraudguard",
"fortiguard",
"projecthoneypot",
"spamcop",
"wot"
],
"author": "Carlos Polop <[email protected]> (https://malwareworld.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/carlospolop/MalwareWorld/issues"
},
"homepage": "https://github.com/carlospolop/MalwareWorld#readme"
}