forked from canada-ca/Open_First_Whitepaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 981 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
25
26
27
28
{
"name": "open_first_whitepaper",
"version": "0.0.1",
"description": "The Treasury Board of Canada Secretariat is writing this whitepaper to pull together our thinking on how to shift government to an 'Open' approach.",
"main": "index.js",
"scripts": {
"link-check": "node link-check.js",
"lint": "markdownlint -i node_modules \"**/*.md\"",
"spellcheck": "cspell en/*.md",
"test": "npm run lint && npm run spellcheck && npm run link-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canada-ca/Open_First_Whitepaper.git"
},
"author": "The Treasury Board of Canada",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/canada-ca/Open_First_Whitepaper/issues"
},
"homepage": "https://github.com/canada-ca/Open_First_Whitepaper#readme",
"devDependencies": {
"cspell": "^3.1.3",
"markdown-link-check": "^3.7.2",
"markdownlint-cli": "^0.13.0"
},
"dependencies": {}
}