forked from aquasecurity/cloudsploit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "cloudsploit",
"version": "0.0.1",
"description": "AWS security scanning scripts",
"main": "index.js",
"scripts": {
"test": "mocha ./**/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudsploit/scans.git"
},
"keywords": [
"aws",
"cloud",
"security"
],
"author": "CloudSploit",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cloudsploit/scans/issues"
},
"homepage": "https://cloudsploit.com",
"dependencies": {
"@octokit/rest": "^16.3.2",
"async": "^2.6.1",
"aws-sdk": "^2.395.0",
"azure-arm-compute": "^9.1.0",
"azure-arm-keyvault": "^1.2.0",
"azure-arm-monitor": "^5.4.0",
"azure-arm-resource": "^7.3.0",
"azure-arm-sql": "^5.7.0",
"azure-arm-storage": "^6.3.0",
"azure-keyvault": "^3.0.4",
"azure-storage": "^2.10.2",
"fast-safe-stringify": "^2.0.6",
"jssha": "^2.3.1",
"csv-write-stream": "^2.0.0",
"ms-rest-azure": "^2.5.9"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.3"
}
}