webgme-codeeditor
Version:
Code Editor Visualizer for webgme using CodeMirror
44 lines • 1.05 kB
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",
"version": "1.8.6",
"_release": "1.8.6",
"_resolution": {
"type": "version",
"tag": "1.8.6",
"commit": "ce5e16b6be4df7b919c4c8c567918fd929133ee0"
},
"_source": "https://github.com/showdownjs/showdown.git",
"_target": "1.8.6",
"_originalSource": "showdownjs/showdown"
}