forked from OWASP/wstg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 866 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "wstg",
"version": "1.0.1",
"description": "[](https://github.com/OWASP/wstg/issues) [](https://www.owasp.org/index.php/OWASP_Project_Inventory#tab=Flagship_Projects)",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"markdownlint-cli": "^0.19.0"
},
"scripts": {
"pdfgen": "bash ./.github/pdf/scripts/make-pdf.sh",
"jsongen": "bash ./.github/scripts/make-json.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OWASP/wstg.git"
},
"author": "OWASP",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/OWASP/wstg/issues"
},
"homepage": "https://github.com/OWASP/wstg#readme"
}