showdown/bower.json

27 lines
714 B
JSON
Raw Normal View History

2014-11-05 11:39:14 +08:00
{
"name": "showdown",
"description": "JavaScript port of Markdown",
"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)"
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"
}