forked from yabwe/medium-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 740 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "medium-editor",
"version": "1.8.8",
"homepage": "http://daviferreira.github.io/medium-editor/",
"authors": [
"Davi Ferreira <hi@daviferreira.com>"
],
"description": "Medium.com WYSIWYG editor clone written in pure JavaScript.",
"main": ["dist/js/medium-editor.js",
"dist/css/medium-editor.css",
"dist/css/themes/default.css"],
"keywords": [
"wysiwyg",
"medium",
"rich-text",
"editor"
],
"license": "THE BEER-WARE LICENSE",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"coverage",
"reports",
"_SpecRunner.html",
"Gruntfile.js",
"demo",
"package.json",
"src/js",
"README.md",
"CHANGES.md"
]
}