-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
40 lines (40 loc) · 962 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
38
39
40
{
"name": "node-virustotal",
"version": "3.35.0",
"description": "An implementation of the Virustotal API for Node.js",
"main": "v3.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/natewatson999/node-virustotal.git"
},
"keywords": [
"Virustotal",
"malware",
"IPaddress",
"URL",
"file",
"IPv4",
"scan",
"domain"
],
"author": "Nate Watson <natewatson999@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/natewatson999/node-virustotal/issues"
},
"dependencies": {
"compressjs": "^1.0.3",
"dateformat": "^3.0.3",
"emailjs": "^2.2.0",
"mail-notifier": "^0.3.0",
"moment": "^2.24.0",
"request": "^2.88.0",
"shelljs": "^0.7.0",
"speedconcat": "^1.0.2",
"tar": ">=4.4.2"
},
"homepage": "https://github.com/natewatson999/node-virustotal#readme"
}