-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbetter.jquery.json
More file actions
38 lines (38 loc) · 829 Bytes
/
better.jquery.json
File metadata and controls
38 lines (38 loc) · 829 Bytes
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
{
"name": "better",
"title": "jQuery Better Plugins",
"description": "A set of jQuery lightweight plugins - download, panel, table etc.",
"keywords": [
"ui",
"download",
"csv",
"table"
],
"version": "1.0.2",
"author": {
"name": "Nick Makarov",
"email": "nmakarov@gmail.com",
"url": "https://github.com/nmakarov"
},
"maintainers": [
{
"name": "Nick Makarov",
"email": "nmakarov@gmail.com",
"url": "https://github.com/nmakarov"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"homepage": "https://github.com/nmakarov/better",
"dependencies": {
"jquery": ">=1.5"
}
}