mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
26 lines
414 B
JSON
26 lines
414 B
JSON
{
|
|
"name": "github-markdown-css",
|
|
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
|
|
"license": "MIT",
|
|
"main": "github-markdown.css",
|
|
"keywords": [
|
|
"github",
|
|
"markdown",
|
|
"md",
|
|
"css",
|
|
"style",
|
|
"stylesheet"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"component.json",
|
|
"package.json",
|
|
"test.js",
|
|
"index.js",
|
|
"cli.js",
|
|
"index.html",
|
|
"screenshot.png",
|
|
"fixture.md"
|
|
]
|
|
}
|