2014-05-08 02:02:46 +08:00
|
|
|
{
|
2019-01-31 20:49:28 +08:00
|
|
|
"name": "github-markdown-css",
|
2020-02-22 19:41:22 +08:00
|
|
|
"version": "4.0.0",
|
2019-01-31 20:49:28 +08:00
|
|
|
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/github-markdown-css",
|
2020-02-22 18:31:42 +08:00
|
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
2019-01-31 20:49:28 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
2020-02-22 18:31:42 +08:00
|
|
|
"url": "https://sindresorhus.com"
|
2019-01-31 20:49:28 +08:00
|
|
|
},
|
|
|
|
"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": {
|
2020-02-22 18:31:42 +08:00
|
|
|
"generate-github-markdown-css": "^4.0.0"
|
2019-01-31 20:49:28 +08:00
|
|
|
}
|
2014-05-08 02:02:46 +08:00
|
|
|
}
|