forked from OscarGodson/EpicEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
22 lines (22 loc) · 662 Bytes
/
bower.json
File metadata and controls
22 lines (22 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "EpicEditor",
"homepage": "http://epiceditor.com/",
"authors": [
"Oscar Godson <oscargodson@outlook.com>"
],
"description": "EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.",
"main": [
"./epiceditor/js/epiceditor.js"
],
"keywords": [
"editor"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}