forked from mar10/fancytree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 985 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
43
44
45
46
47
48
49
50
{
"name": "jquery.fancytree",
"description": "JavaScript tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading",
"version": "2.38.2-0",
"main": [
"dist/jquery.fancytree-all-deps.min.js"
],
"moduleType": "globals",
"license": "MIT",
"ignore": [
"**/.*",
"/3rd-party",
"/archive",
"/bin",
"/build",
"/demo",
"/doc",
"/lib",
"/src",
"/test",
"CONTRIBUTING.md",
"fancytree.jquery.json",
"Gruntfile.coffee",
"index.html"
],
"keywords": [
"ajax",
"jquery-plugin",
"lazy",
"table",
"tabletree",
"tree",
"treegrid"
],
"authors": [
{
"name": "Martin Wendt",
"homepage": "https://wwWendt.de"
}
],
"repository": {
"type": "git",
"url": "git://github.com/mar10/fancytree.git"
},
"dependencies": {
"jquery": ">=1.7",
"jquery-ui": ">=1.8.6"
},
"devDependencies": {}
}