-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
67 lines (67 loc) · 1.35 KB
/
package.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "jstreegrid",
"description": "grid plugin for jstree",
"version": "3.10.2",
"url": "https://github.com/deitch/jstree-grid",
"author": {
"name": "Avi Deitcher",
"url": "https://github.com/deitch"
},
"main": "jstreegrid.js",
"license": "MIT",
"contributors": [
{
"name": "jochenberger",
"url": "https://github.com/jochenberger"
},
{
"name": "Tobias Zanke",
"url": "https://github.com/TZanke"
},
{
"name": "ChrisRaven",
"url": "https://github.com/ChrisRaven"
},
{
"name": "Brabus",
"url": "https://github.com/side-by-side"
},
{
"name": "Adam Jimenez",
"url": "https://github.com/adamjimenez"
},
{
"name": "QueroBartk",
"url": "https://github.com/QueroBartK"
},
{
"name": "OgreTransporter",
"url": "https://github.com/OgreTransporter"
},
{
"name": "LlorX",
"url": "https://github.com/Llorx"
},
{
"name": "PetzeltA",
"url": "https://github.com/petzelta/"
},
{
"name": "yarn",
"url": "https://github.com/YarnSeemannsgarn"
}
],
"dependencies": {
"jstree": ">=3.0.0"
},
"keywords": [
"jquery",
"jstree",
"grid",
"javascript"
],
"repository": {
"type": "git",
"url": "http://github.com/deitch/jstree-grid.git"
}
}