github-markdown-css/package.json
Sindre Sorhus dece7585bb 2.3.0
2016-05-03 17:20:53 +07:00

35 lines
719 B
JSON

{
"name": "github-markdown-css",
"version": "2.3.0",
"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",
"url": "sindresorhus.com"
},
"main": "github-markdown.css",
"engines": {
"node": ">=0.10.0"
},
"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": "^2.0.0"
}
}