pull/353/head
Wes Cossick 8 years ago
parent 51ef0cd81d
commit a30d8f6183

@ -1,25 +1,23 @@
{ {
"name": "simplemde", "name": "simplemde",
"version": "1.10.1", "version": "1.10.1",
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"authors": [ "authors": [
"Wes Cossick" "Wes Cossick <https://wescossick.com>"
], ],
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.", "description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
"main": ["dist/simplemde.min.js", "dist/simplemde.min.css"], "main": ["src/js/simplemde.js", "src/css/simplemde.css"],
"moduleType": [ "keywords": [
"globals" "embeddable",
], "markdown",
"keywords": [ "editor",
"embeddable", "javascript",
"markdown", "wysiwyg"
"editor", ],
"javascript", "license": "MIT",
"wysiwyg" "ignore": [
], "**/.*",
"license": "MIT", "node_modules",
"ignore": [ "bower_components"
"node_modules", ]
"bower_components"
]
} }

Loading…
Cancel
Save