github-markdown-css/package.json

35 lines
718 B
JSON
Raw Normal View History

2014-05-08 02:02:46 +08:00
{
"name": "github-markdown-css",
2017-06-12 04:53:56 +08:00
"version": "2.7.0",
2014-05-08 02:02:46 +08:00
"description": "The minimal amount of CSS to replicate the GitHub Markdown style",
"license": "MIT",
"repository": "sindresorhus/github-markdown-css",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
2015-12-07 02:56:04 +08:00
"url": "sindresorhus.com"
2014-05-08 02:02:46 +08:00
},
"main": "github-markdown.css",
2014-05-08 02:02:46 +08:00
"engines": {
"node": ">=0.10.0"
},
"scripts": {
2016-05-03 20:48:47 +08:00
"make": "github-markdown-css > github-markdown.css"
2014-05-08 02:02:46 +08:00
},
"files": [
"github-markdown.css"
],
"keywords": [
"browser",
2014-05-08 02:02:46 +08:00
"github",
"markdown",
"md",
"css",
"style",
"stylesheet"
],
"devDependencies": {
2017-03-26 16:34:32 +08:00
"generate-github-markdown-css": "^2.1.0"
2014-05-08 02:02:46 +08:00
}
}