-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 766 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 766 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
35
36
37
38
39
40
{
"name": "medium-editor-tables",
"homepage": "http://yabwe.github.io/medium-editor/",
"authors": [
"Davi Ferreira <hi@daviferreira.com>"
],
"description": "MediumEditor extension to allow tables.",
"main": [
"dist/js/medium-editor-tables.js",
"dist/css/medium-editor-tables.css"
],
"keywords": [
"wysiwyg",
"medium",
"rich-text",
"editor",
"table",
"tables"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"coverage",
"reports",
"_SpecRunner.html",
"Gruntfile.js",
"demo",
"package.json",
"src/js",
"README.md",
"CHANGES.md"
],
"dependencies": {
"medium-editor": "^5.5.1",
"normalize.css": "^3.0.3"
}
}