showdown/bower.json
Estevão Soares dos Santos a4cc97c065 Version bump and release
2015-05-27 16:03:24 +01:00

27 lines
737 B
JSON

{
"name": "showdown",
"description": "A Markdown to HTML converter written in Javascript",
"homepage": "https://github.com/showdownjs/showdown",
"authors": [
"John Fraser",
"Corey Innis (https://github.com/coreyti)",
"Pascal Deschênes (https://github.com/pdeschen)",
"Estevão Santos (https://github.com/tivie)"
],
"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"
}