mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
9b5a2330f6
closes #200
33 lines
812 B
JSON
33 lines
812 B
JSON
{
|
|
"name": "showdown",
|
|
"description": "A Markdown to HTML converter written in Javascript",
|
|
"homepage": "https://github.com/showdownjs/showdown",
|
|
"authors": [
|
|
"Estevão Santos (https://github.com/tivie)",
|
|
"Pascal Deschênes (https://github.com/pdeschen)"
|
|
],
|
|
"main": ["dist/showdown.js"],
|
|
"ignore": [
|
|
".editorconfig",
|
|
".gitattributes",
|
|
".gitignore",
|
|
".jscs.json",
|
|
".jshintignore",
|
|
".jshintrc",
|
|
".travis.yml",
|
|
"Gruntfile.js",
|
|
"package.json",
|
|
"test/*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/showdownjs/showdown.git"
|
|
},
|
|
"keywords": [
|
|
"markdown",
|
|
"md",
|
|
"mdown"
|
|
],
|
|
"license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
|
|
}
|