-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 813 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
{
"name": "jodit",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"version": "2.5.62",
"main": [
"jodit.min.js",
"jodit.min.css"
],
"authors": [
{
"name": "Chupurnov Valeriy",
"email": "[email protected]",
"homepage": "http://xdsoft.net/contacts.html"
}
],
"license": "http://xdsoft.net/jodit/license.html",
"keywords": [
"wysiwyg",
"jquery",
"editor",
"rich",
"jodit"
],
"dependencies": {},
"homepage": "http://xdsoft.net/jodit/",
"moduleType": [],
"ignore": [
"jodit-connectors",
"jquery.min.js",
"screen.jpg",
"index.html",
"README.MD",
"node_modules",
"bower_components"
],
"repository": {
"type": "git",
"url": "git://github.com:xdan/jodit.git"
}
}