showdown/bower.json
Estevão Soares dos Santos eae5f0e01f Major code refactoring
2015-01-15 21:21:33 +00:00

27 lines
737 B
JSON

{
"name": "showdown",
"description": "A Markdown to HTML converter written in Javascript",
"homepage": "https://github.com/showdownjs/showdown",
"authors": [
"Estevão Santos (https://github.com/tivie)",
"Pascal Deschênes (https://github.com/pdeschen)",
"Corey Innis (https://github.com/coreyti)",
"John Fraser"
],
"main": ["src/showdown.js"],
"ignore": [
".jshintrc",
"perlMarkdown/*"
],
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/showdown.git"
},
"keywords": [
"markdown",
"md",
"mdown"
],
"license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
}