showdown/bower.json

27 lines
737 B
JSON
Raw Normal View History

2014-11-05 11:39:14 +08:00
{
"name": "showdown",
2015-01-16 05:21:33 +08:00
"description": "A Markdown to HTML converter written in Javascript",
2014-11-05 11:39:14 +08:00
"homepage": "https://github.com/showdownjs/showdown",
"authors": [
2015-01-16 05:21:33 +08:00
"Estevão Santos (https://github.com/tivie)",
"Pascal Deschênes (https://github.com/pdeschen)",
2015-01-16 05:21:33 +08:00
"Corey Innis (https://github.com/coreyti)",
"John Fraser"
2014-11-05 11:39:14 +08:00
],
"main": ["src/showdown.js"],
2014-11-12 06:42:27 +08:00
"ignore": [
".jshintrc",
"perlMarkdown/*"
],
2014-11-05 11:39:14 +08:00
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/showdown.git"
},
"keywords": [
"markdown",
"md",
"mdown"
],
"license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
}