.bower.json 930 B

1234567891011121314151617181920212223242526272829303132333435363738
  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": [
  12. "src/showdown.js"
  13. ],
  14. "ignore": [
  15. ".jshintrc",
  16. "perlMarkdown/*"
  17. ],
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/showdownjs/showdown.git"
  21. },
  22. "keywords": [
  23. "markdown",
  24. "md",
  25. "mdown"
  26. ],
  27. "license": "https://github.com/showdownjs/showdown/blob/master/license.txt",
  28. "version": "0.3.4",
  29. "_release": "0.3.4",
  30. "_resolution": {
  31. "type": "version",
  32. "tag": "0.3.4",
  33. "commit": "24c34596c198fde7bea61aeccc60045258bfd103"
  34. },
  35. "_source": "git://github.com/coreyti/showdown.git",
  36. "_target": "^0.3.1",
  37. "_originalSource": "showdown"
  38. }