forked from GetmeUK/ContentTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 891 Bytes
/
bower.json
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
41
42
{
"name": "ContentTools",
"description": "A JS library for building WYSIWYG editors for HTML content",
"main": [
"build/content-tools.js",
"build/content-tools.min.css",
"build/icons.woff",
"build/images/drop-horz.svg",
"build/images/drop-vert-above.svg",
"build/images/drop-vert-below.svg",
"build/images/video.svg"
],
"authors": [
{
"name": "Anthony Blackshaw",
"email": "[email protected]",
"url": "https://github.com/anthonyjb"
}
],
"license": "MIT",
"keywords": [
"wysiwyg",
"inline",
"html",
"editor"
],
"homepage": "http://getcontenttools.com/api/content-tools",
"repository": {
"type": "git",
"url": "[email protected]:GetmeUK/ContentTools.git"
},
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}