-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "s3-scanner",
"version": "2.0.4",
"description": "Node.js microservice to process events from S3 over SNS and scan new objects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whats-this/scanner.git"
},
"keywords": [
"av",
"antivirus",
"clamscan",
"clamav",
"s3",
"simple storage service",
"simple-storage-service",
"aws",
"amazon web services",
"amazon-web-services"
],
"author": "Aurieh",
"license": "MIT",
"bugs": {
"url": "https://github.com/whats-this/scanner/issues"
},
"homepage": "https://github.com/whats-this/scanner#readme",
"dependencies": {
"aws-sdk": "^2.7.15",
"clamscan": "^0.8.4",
"debug": "^2.4.4",
"express": "^4.14.0"
},
"devDependencies": {
"eslint": "^3.12.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
}
}