summary refs log tree commit diff
path: root/static/bower_components/simplemde/bower.json
blob: 24e91e4770634ce551d3a485bd3908ff0962ad70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"name": "simplemde",
	"version": "1.11.2",
	"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
	"authors": [
		"Wes Cossick <https://wescossick.com>"
	],
	"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
	"main": ["src/js/simplemde.js", "src/css/simplemde.css"],
	"keywords": [
		"embeddable",
		"markdown",
		"editor",
		"javascript",
		"wysiwyg"
	],
	"license": "MIT",
	"ignore": [
		"**/.*",
		"node_modules",
		"bower_components"
	]
}