bower.json 319 B

1234567891011121314151617181920
  1. {
  2. "name": "github-markdown-css",
  3. "description": "The minimal amount of CSS to replicate the GitHub Markdown style",
  4. "license": "MIT",
  5. "main": "github-markdown.css",
  6. "keywords": [
  7. "github",
  8. "markdown",
  9. "md",
  10. "css",
  11. "style",
  12. "stylesheet"
  13. ],
  14. "ignore": [
  15. "**/.*",
  16. "package.json",
  17. "index.html"
  18. ]
  19. }