forked from OWASP/CheatSheetSeries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 810 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": "cheatsheetseries",
"version": "1.0.1",
"description": "OWASP CSS Project",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"markdownlint-cli": "^0.19.0"
},
"scripts": {
"test": "markdownlint ./cheatsheets/ --ignore node_modules",
"link-check" : "find cheatsheets -name \\*.md -exec markdown-link-check -c markdown-link-check-config.json 1> log 2> err {} \\; && if [ -e err ] && grep -q \"ERROR:\" err ; then exit 113 ; else echo -e \"All good\"; fi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OWASP/CheatSheetSeries.git"
},
"author": "OWASP",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/OWASP/CheatSheetSeries/issues"
},
"homepage": "https://github.com/OWASP/CheatSheetSeries#readme"
}