-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 995 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 995 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
25
26
27
28
29
30
31
32
33
34
{
"name": "gcdevops.github.io",
"version": "0.0.1",
"description": "A repo to maintain our documentation around IT Strategy",
"main": "index.js",
"scripts": {
"link-check": "node link-check.js",
"lint": "markdownlint -i node_modules -i _site -i _includes \"**/*.md\"",
"spellcheck": "cspell \"_pages/en/*.md\" \"wip-tec/en/*.md\"",
"test": "npm run lint && npm run spellcheck && npm run link-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gcdevops/gcdevops.github.io.git"
},
"keywords": [
"strategy",
"documentation",
"collaboration"
],
"author": "Guillaume Charest",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcdevops/gcdevops.github.io/issues"
},
"homepage": "https://github.com/gcdevops/gcdevops.github.io#readme",
"devDependencies": {
"chalk": "^2.4.2",
"cspell": "^3.2.8",
"glob": "^7.1.2",
"markdown-link-check": "^3.7.2",
"markdownlint-cli": "^0.15.0"
}
}