github-markdown-css/package.json
Sindre Sorhus e907e1c796 2.0.5
2015-02-27 17:12:26 +08:00

34 lines
697 B
JSON

{
"name": "github-markdown-css",
"version": "2.0.5",
"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": "http://sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"generate": "github-markdown-css !> github-markdown.css"
},
"files": [
"github-markdown.css"
],
"keywords": [
"browser",
"github",
"markdown",
"md",
"css",
"style",
"stylesheet"
],
"devDependencies": {
"generate-github-markdown-css": "^1.0.1"
}
}