Skip to content

Commit d0635ca

Browse files
committed
Create filterJSON.jquery.json
Required to publish this to jQuery plugins.
1 parent d84fb5d commit d0635ca

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

filterJSON.jquery.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
"email" : "[email protected]"
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+
}

0 commit comments

Comments
 (0)