github-markdown-css/bower.json
Sindre Sorhus 4c84b3ca10 init
2014-05-07 20:25:28 +02:00

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"
]
}