mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Merge branch 'develop'
This commit is contained in:
commit
58d4486147
26
bower.json
Normal file
26
bower.json
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"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)"
|
||||||
|
],
|
||||||
|
"main": ["src/showdown.js"],
|
||||||
|
"ignore": [
|
||||||
|
".jshintrc",
|
||||||
|
"perlMarkdown/*"
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/showdownjs/showdown.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"markdown",
|
||||||
|
"md",
|
||||||
|
"mdown"
|
||||||
|
],
|
||||||
|
"license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
|
||||||
|
}
|
1994
src/showdown.js
1994
src/showdown.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user