bower.json 714 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "showdown",
  3. "description": "JavaScript port of Markdown",
  4. "homepage": "https://github.com/showdownjs/showdown",
  5. "authors": [
  6. "John Fraser",
  7. "Corey Innis (https://github.com/coreyti)",
  8. "Pascal Deschênes (https://github.com/pdeschen)",
  9. "Estevão Santos (https://github.com/tivie)"
  10. ],
  11. "main": ["src/showdown.js"],
  12. "ignore": [
  13. ".jshintrc",
  14. "perlMarkdown/*"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/showdownjs/showdown.git"
  19. },
  20. "keywords": [
  21. "markdown",
  22. "md",
  23. "mdown"
  24. ],
  25. "license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
  26. }