mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
26 lines
545 B
JSON
26 lines
545 B
JSON
{
|
|
"name": "showdown",
|
|
"version": "0.1.0",
|
|
"author": "John Fraser",
|
|
"contributors": [
|
|
"John Gruber",
|
|
"John Fraser",
|
|
"Corey Innis",
|
|
"Remy Sharp",
|
|
"Konstantin Käfer",
|
|
"Roger Braun",
|
|
"Dominic Tarr",
|
|
"Cat Chen"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/coreyti/showdown.git"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"licenses": [{ "type": "BSD" }],
|
|
"main": "./src/showdown"
|
|
}
|