-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
40 lines (40 loc) · 1010 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": "asst",
"version": "1.0.0",
"description": "OWASP ASST (Automated Software Security Toolkit) | A Novel Open Source Web Security Scanner.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OWASP/ASST.git"
},
"keywords": [
"security-audit",
"owasp",
"cybersecurity",
"web-vulnerability-scanner",
"security-hardening",
"vulnerability-detection",
"vulnerability-scanners",
"vulnerability-assessment",
"owasp-top-10",
"vulnerability-scanner",
"security-testing",
"security-assessments",
"web-vulnerability-scanners",
"asst",
"security-assesment-security-tools"
],
"author": "Tarik Seyceri",
"license": "MIT",
"bugs": {
"url": "https://github.com/OWASP/ASST/issues"
},
"homepage": "https://github.com/OWASP/ASST#readme",
"dependencies": {
"colors": "^1.4.0",
"sync-mysql": "^3.0.1"
}
}