forked from awbush/jquery-fastLiveFilter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 675 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 675 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
{
"name": "fast-live-filter",
"version": "1.0.3",
"title": "jQuery.fastLiveFilter()",
"author": {
"name": "Anthony Bush",
"url": "https://github.com/awbush"
},
"licenses": [
{
"type": "BSD 2-Clause",
"url": "LICENSE.txt"
}
],
"dependencies": {
"jquery": "1.x.x"
},
"description": "A live filter plugin for jQuery built for speed and ease of use",
"keywords": [
"live",
"filter"
],
"homepage": "http://anthonybush.com/projects/jquery_fast_live_filter/",
"docs": "http://anthonybush.com/projects/jquery_fast_live_filter/",
"demo": "http://anthonybush.com/projects/jquery_fast_live_filter/demo/",
"files": [
"jquery.fastLiveFilter.js"
]
}