-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathfacets.jquery.json
More file actions
41 lines (41 loc) · 1.11 KB
/
facets.jquery.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
39
40
41
{
"name": "facets",
"title": "jQuery Facets",
"description": "jQuery Facets makes client-side faceted search simple.",
"keywords": [
"facets",
"faceted",
"search",
"navigation",
"navigated",
"browsing"
],
"version": "0.0.9",
"author": {
"name": "Adam Hopkins",
"email": "srchulo@srchulo.com",
"url": "http://srchulo.com"
},
"maintainers": [
{
"name": "Adam Hopkins",
"email": "srchulo@srchulo.com",
"url": "http://srchulo.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/srchulo/jQuery-Facets/blob/master/LICENSE"
}
],
"bugs": "https://github.com/srchulo/jQuery-Facets/issues",
"homepage": "http://srchulo.com/jquery_plugins/jquery_facets.html",
"docs": "http://srchulo.com/jquery_plugins/jquery_facets.html",
"download": "https://github.com/srchulo/jQuery-Facets/archive/master.zip",
"demo": "http://demo.srchulo.com/jquery/jquery_facets/",
"dependencies": {
"jquery": ">=1.5",
"deserialize": ">=1.2.1"
}
}