diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..aee5e3b --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "sparksuite/simplemde-markdown-editor", + "description": "A simple, beautiful, and embeddable JavaScript Markdown editor.", + "license": "MIT", + "type": "project", + "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", + "support": { + "issues": "https://github.com/sparksuite/simplemde-markdown-editor/issues", + "source": "https://github.com/sparksuite/simplemde-markdown-editor" + } +}