You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simplemde-markdown-editor/bower.json

27 lines
555 B
JSON

{
"name": "simplemde-markdown-editor",
"version": "1.7.4",
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"authors": [
"Wes Cossik <support@nextstepwebs.com>"
],
"description": "A simple, beautiful, and embeddable JavaScript markdown editor.",
"main": ["js/simplemd.js", "css/simplemd.css"],
"moduleType": [
"globals"
],
"keywords": [
"wysiwyg",
"markdown",
"js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}