forked from OWASP/wstg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 870 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
{
"name": "wstg",
"version": "1.0.1",
"description": "[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/OWASP/wstg/issues) [![OWASP Flagship](https://img.shields.io/badge/owasp-flagship-brightgreen.svg)](https://www.owasp.org/index.php/OWASP_Project_Inventory#tab=Flagship_Projects)",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"markdownlint-cli": "^0.19.0"
},
"scripts": {
"test": "markdownlint . --ignore node_modules --ignore www",
"pdfgen": "bash ./pdf/scripts/make-pdf.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"
}