bower.json 533 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "markdown-it-abbr",
  3. "main": "dist/markdown-it-abbr.js",
  4. "homepage": "https://github.com/markdown-it/markdown-it-abbr",
  5. "description": "<abbr> tag for markdown-it markdown parser.",
  6. "keywords": [
  7. "markdown-it-plugin",
  8. "markdown-it",
  9. "markdown",
  10. "abbreviation",
  11. "abbr"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "benchmark",
  17. "bower_components",
  18. "coverage",
  19. "demo",
  20. "docs",
  21. "lib",
  22. "node_modules",
  23. "support",
  24. "test",
  25. "Makefile",
  26. "index*"
  27. ]
  28. }