Initial commit for bower support

This commit is contained in:
Estevão Soares dos Santos 2014-11-05 03:39:14 +00:00
parent c210613812
commit 3483ea6c1f

19
bower.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "showdown",
"description": "JavaScript port of Markdown",
"homepage": "https://github.com/showdownjs/showdown",
"authors": [
"John Fraser"
],
"main": ["src/showdown.js"],
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/showdown.git"
},
"keywords": [
"markdown",
"md",
"mdown"
],
"license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
}