forked from evoluteur/structured-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 648 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 648 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
30
31
32
33
34
{
"name": "structured-filter",
"version": "2.0.1",
"description": "jQuery UI widget for structured queries",
"homepage": "http://evoluteur.github.io/structured-filter/",
"main": [
"js/structured-filter.js",
"less/structured-filter.less"
],
"license": "MIT",
"copyright": "(c) 2019 Olivier Giulieri",
"authors": "Olivier Giulieri (https://evoluteur.github.io/)",
"dependencies": {
"jquery": "~3.3.1",
"jquery-ui": "^1.12.1"
},
"ignore": [
"node_modules",
"bower_components"
],
"keywords": [
"filter",
"query",
"builder",
"editor",
"search",
"form",
"ui",
"input",
"widget",
"jquery",
"jquery-ui"
]
}