simplemde-markdown-editor/bower.json

26 lines
502 B
JSON
Raw Normal View History

2015-10-20 16:46:43 +02:00
{
2015-10-20 22:42:12 +02:00
"name": "simplemde",
2016-02-25 22:08:37 +01:00
"version": "1.10.1",
2015-10-20 16:46:43 +02:00
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"authors": [
2015-10-20 22:26:48 +02:00
"Wes Cossick"
2015-10-20 16:46:43 +02:00
],
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
"main": ["dist/simplemde.min.js", "dist/simplemde.min.css"],
"moduleType": [
2015-10-20 22:26:48 +02:00
"globals"
2015-10-20 16:46:43 +02:00
],
"keywords": [
2015-10-20 22:26:48 +02:00
"embeddable",
"markdown",
"editor",
"javascript",
"wysiwyg"
2015-10-20 16:46:43 +02:00
],
"license": "MIT",
"ignore": [
2015-10-20 22:26:48 +02:00
"node_modules",
"bower_components"
2015-10-20 16:46:43 +02:00
]
}