forked from sindresorhus/github-markdown-css
-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
46 lines (46 loc) · 1002 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "markdown-css-smartisan",
"version": "0.0.2",
"description": "Markdown theme style css for smartisan",
"license": "MIT",
"repository": "https://github.com/nihaojob/github-markdown-css-smartisan",
"homepage": "https://github.com/nihaojob/github-markdown-css-smartisan",
"funding": "",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{vue,css,less}": [
"stylelint --fix"
]
},
"author": {
"name": "秦少卫",
"email": "[email protected]",
"url": "https://github.com/nihaojob"
},
"main": "github-markdown.css",
"scripts": {
"make": "github-markdown-css > github-markdown.css"
},
"files": [
"github-markdown.css",
"bg.jpg"
],
"keywords": [
"browser",
"github",
"markdown",
"md",
"css",
"style",
"stylesheet"
],
"devDependencies": {
"generate-github-markdown-css": "^4.0.0",
"lint-staged": "^10.5.4",
"stylelint": "^13.12.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^21.0.0"
}
}