bower.json 529 B

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