forked from fooplugins/FooTable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footable.jquery.json
39 lines (39 loc) · 1.02 KB
/
footable.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": "footable",
"title": "FooTable",
"description": "jQuery plugin to make HTML tables responsive",
"keywords": [
"table",
"responsive"
],
"version": "0.1.0",
"author": {
"name": "FooPlugins",
"url": "http://fooplugins.com"
},
"maintainers": [
{
"name": "Steven Usher",
"email": "steveush@gmail.com",
"url": "http://gnarf.net"
},
{
"name": "Brad Vincent",
"email": "bradvin@gmail.com",
"url": "http://themergency.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bradvin/FooTable/blob/master/LICENSE"
}
],
"bugs": "https://github.com/bradvin/FooTable/issues",
"homepage": "http://themergency.com/footable/",
"docs": "https://github.com/bradvin/FooTable",
"download": "https://github.com/bradvin/FooTable/archive/master.zip",
"dependencies": {
"jquery": ">=1.4.4"
}
}