You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
497 B
24 lines
497 B
7 years ago
|
{
|
||
|
"name": "simplemde",
|
||
|
"version": "1.11.2",
|
||
|
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
|
||
|
"authors": [
|
||
|
"Wes Cossick <https://wescossick.com>"
|
||
|
],
|
||
|
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
|
||
|
"main": ["src/js/simplemde.js", "src/css/simplemde.css"],
|
||
|
"keywords": [
|
||
|
"embeddable",
|
||
|
"markdown",
|
||
|
"editor",
|
||
|
"javascript",
|
||
|
"wysiwyg"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components"
|
||
|
]
|
||
|
}
|