We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0635ca commit 10c39c7Copy full SHA for 10c39c7
filterJSON.jquery.json
@@ -6,7 +6,7 @@
6
"json",
7
"filter"
8
],
9
- "version": "1.0",
+ "version": "1.0.0",
10
"author": {
11
"name": "Kapil Kashyap",
12
"email" : "[email protected]"
@@ -25,8 +25,12 @@
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
- }
+ "dependencies": [
+ {
+ "jquery": ">=1.6"
+ },
32
33
+ "JSON2": "For this plugin to work in IE7 and below, you will have to include JSON2."
34
+ }
35
+ ]
36
}
0 commit comments