simplemde-markdown-editor/bower.json
2015-10-16 10:42:17 +02:00

28 lines
582 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": ["dist/simplemde.min.js", "dist/simplemde.min.css"],
"moduleType": [
"globals"
],
"keywords": [
"wysiwyg",
"markdown",
"editor",
"js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}