forked from vitmalina/w2ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
w2ui.jquery.json
51 lines (51 loc) · 1.34 KB
/
w2ui.jquery.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
{
"name": "w2ui",
"version": "1.5.0",
"title": "W2UI: New JavaScript UI Library",
"description": "Complete set of JavaScript UI widget for development of data-driven web applications. Includes layout, grid, toolbar, sidebar, tabs, forms, fields, popup, overlay",
"keywords": [
"ui",
"widget",
"layout",
"grid",
"table",
"list",
"toolbar",
"sidebar",
"tree",
"treegrid",
"tabs",
"forms",
"fields",
"validation",
"binding",
"popup",
"dialog",
"overlay"
],
"author": {
"name" : "Vitali Malinouski",
"url" : "http://w2ui.com",
"email" : "[email protected]"
},
"maintainers": [
{
"name" : "Vitali Malinouski",
"url" : "http://w2ui.com",
"email" : "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/vitmalina/w2ui/blob/master/license.txt"
}
],
"bugs" : "https://github.com/vitmalina/w2ui/issues",
"homepage" : "http://w2ui.com/web",
"docs" : "http://w2ui.com/web/docs",
"download" : "http://w2ui.com/web/downloads/w2ui-1.5.zip",
"dependencies" : {
"jquery": ">=1.9"
}
}