forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 787 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
29
{
"name": "tldr",
"version": "1.0.0",
"description": "Simplified, community-driven man pages",
"dependencies": {
"glob": "^6.0.4",
"markdownlint-cli": "^0.0.2",
"tldr-lint": "^0.0.7",
"husky": "^0.10.2"
},
"scripts": {
"precommit": "npm test",
"lint-markdown": "markdownlint pages/**/*.md",
"lint-tldr": "tldr-lint ./pages",
"test": "markdownlint pages/**/*.md && tldr-lint ./pages",
"build-index": "node ./scripts/build-index.js > pages/index.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tldr-pages/tldr.git"
},
"author": "Romain Prieto",
"private": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/tldr-pages/tldr/issues"
},
"homepage": "http://tldr-pages.github.io"
}