showdown/bower.json

33 lines
812 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": [
"Estevão Santos (https://github.com/tivie)",
"Pascal Deschênes (https://github.com/pdeschen)"
2014-11-05 11:39:14 +08:00
],
"main": ["dist/showdown.js"],
2014-11-12 06:42:27 +08:00
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".jscs.json",
".jshintignore",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"package.json",
"test/*"
2014-11-12 06:42:27 +08:00
],
2014-11-05 11:39:14 +08:00
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/showdown.git"
2014-11-05 11:39:14 +08:00
},
"keywords": [
"markdown",
"md",
"mdown"
2014-11-05 11:39:14 +08:00
],
"license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
}