-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.14 KB
/
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
{
"name": "information-security-policy",
"author": {
"name": "Lullabot",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:Lullabot/information-security-policy.git"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"build": "cross-var honkit build && echo 'security.lullabot.com' > ./_book/CNAME",
"pdf": "cross-var honkit pdf ./",
"serve": "cross-var honkit serve",
"test": "linkinator --skip '.*\\.pdf' --recurse ./_book",
"spellcheck": "spellchecker --dictionaries dictionary.txt --files '**/*.md' '!**/node_modules/**/*.md'"
},
"dependencies": {
"cross-var": "^1.1.0",
"gitbook-plugin-collapsible-menu": "^1.0.3",
"gitbook-plugin-todo": "git+https://github.com/Lullabot/gitbook-plugin-todo.git#d4bfcac28faf840e3af4865c0971229dda792ea4",
"gitbook-plugin-typekit": "^0.0.2",
"highlight.js": "^11.10.0",
"honkit": "^6.0.2",
"html-escape": "^2.0.0"
},
"devDependencies": {
"linkinator": "^6.1.2",
"spellchecker-cli": "^7.0.0"
}
}