-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.01 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.01 KB
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
{
"name": "@passmarked/phishtank",
"description": "Small utility that loads any downloaded JSON databases from www.phishtank.com into Redis cache for quick local queries",
"version": "1.0.2",
"main": "index.js",
"engines": {
"node": ">=0.12.0"
},
"bin": {
"passmarked-phishtank": "index"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/passmarked/phishtank/"
},
"bugs": {
"url": "https://github.com/passmarked/phishtank/issues",
"email": "support@passmarked.com"
},
"keywords": [
"passmarked",
"passmark",
"security",
"standards",
"test",
"suite",
"unwanted",
"malware",
"phishtank",
"phish",
"phishing"
],
"author": "Passmarked <devops@passmarked.com>",
"license": "Apache-2.0",
"dependencies": {
"async": "^2.0.1",
"moment": "^2.14.1",
"redis": "^2.6.2",
"request": "^2.74.0",
"string": "^3.3.1",
"underscore": "^1.8.3",
"yargs": "^4.8.1"
}
}