-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcooltable.jquery.json
39 lines (39 loc) · 1.13 KB
/
cooltable.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
{
"name": "cooltable",
"title": "jQuery Cool Table Plugin",
"description": "very very cool jQuery plugin for creating tables with sorting, filtering, custom cell rendering, custom css, custom sorting support,dynamic row remove, dynamic row append.",
"keywords": [
"html",
"table",
"grid",
"sorting",
"cellrendering",
"customsorting",
"JSON"
],
"version": "v1.1.4",
"author": {
"name": "Oguzhan TORTOP",
"url": "https://github.com/oguzhantortop/jquery-cooltable/AUTHORS.txt"
},
"maintainers": [
{
"name": "Oguzhan TORTOP",
"email": "[email protected]",
"url": "http://oguzhant.blogspot.com"
}
],
"licenses": [
{
"type": "GPLv2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"bugs": "https://github.com/oguzhantortop/jquery-cooltable/issues",
"homepage": "https://github.com/oguzhantortop/jquery-cooltable/wiki",
"docs": "https://github.com/oguzhantortop/jquery-cooltable/wiki",
"download": "",
"dependencies": {
"jquery": ">=1.6.2"
}
}