mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
33 lines
697 B
JSON
33 lines
697 B
JSON
{
|
|
"name": "github-markdown-css",
|
|
"version": "4.0.0",
|
|
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/github-markdown-css",
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"main": "github-markdown.css",
|
|
"scripts": {
|
|
"make": "github-markdown-css > github-markdown.css"
|
|
},
|
|
"files": [
|
|
"github-markdown.css"
|
|
],
|
|
"keywords": [
|
|
"browser",
|
|
"github",
|
|
"markdown",
|
|
"md",
|
|
"css",
|
|
"style",
|
|
"stylesheet"
|
|
],
|
|
"devDependencies": {
|
|
"generate-github-markdown-css": "^4.0.0"
|
|
}
|
|
}
|