mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-25 13:05:30 +08:00
38 lines
933 B
JSON
38 lines
933 B
JSON
{
|
|
"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",
|
|
"version": "0.3.4",
|
|
"_release": "0.3.4",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "0.3.4",
|
|
"commit": "24c34596c198fde7bea61aeccc60045258bfd103"
|
|
},
|
|
"_source": "git://github.com/showdownjs/showdown.git",
|
|
"_target": "~0.3.1",
|
|
"_originalSource": "showdown"
|
|
} |