mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-30 05:14:28 -06:00
Create bower.json
This commit is contained in:
parent
111c5f7858
commit
7e2508269c
26
bower.json
Normal file
26
bower.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "simplemde-markdown-editor",
|
||||
"version": "1.7.4",
|
||||
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
|
||||
"authors": [
|
||||
"Wes Cossick"
|
||||
],
|
||||
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
|
||||
"main": ["dist/simplemde.min.js", "dist/simplemde.min.css"],
|
||||
"moduleType": [
|
||||
"globals"
|
||||
],
|
||||
"keywords": [
|
||||
"embeddable",
|
||||
"markdown",
|
||||
"editor",
|
||||
"javascript",
|
||||
"wysiwyg"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user