File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " filterJSON" ,
3
+ "title" : " jQuery Filter JSON Plugin" ,
4
+ "description" : " A jQuery utility that allows you to filter a JSON based on properties." ,
5
+ "keywords" : [
6
+ " json" ,
7
+ " filter"
8
+ ],
9
+ "version" : " 1.0" ,
10
+ "author" : {
11
+ "name" : " Kapil Kashyap" ,
12
+
13
+ },
14
+ "licenses" : [
15
+ {
16
+ "type" : " MIT" ,
17
+ "url" : " https://raw.github.com/kapilkashyap/jquery-filter-json-plugin/master/MIT-LICENCE"
18
+ },
19
+ {
20
+ "type" : " GPL" ,
21
+ "url" : " https://raw.github.com/kapilkashyap/jquery-filter-json-plugin/master/GPL-LICENCE"
22
+ }
23
+ ],
24
+ "bugs" : " https://github.com/kapilkashyap/jquery-filter-json-plugin/issues" ,
25
+ "homepage" : " https://kapilkashyap.github.com/jquery-filter-json-plugin" ,
26
+ "docs" : " https://kapilkashyap.github.com/jquery-filter-json-plugin" ,
27
+ "download" : " https://github.com/kapilkashyap/jquery-filter-json-plugin" ,
28
+ "dependencies" : {
29
+ "jquery" : " >=1.6" ,
30
+ "JSON2" : " For this plugin to work in IE7 and below, you will have to include JSON2."
31
+ }
32
+ }
You can’t perform that action at this time.
0 commit comments