-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 689 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 689 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": "structured-filter",
"version": "2.0.5",
"description": "jQuery UI widget for structured queries",
"homepage": "https://evoluteur.github.io/structured-filter/",
"main": ["js/structured-filter.js", "less/structured-filter.less"],
"license": "MIT",
"copyright": "(c) 2024 Olivier Giulieri",
"authors": "Olivier Giulieri (https://evoluteur.github.io/)",
"dependencies": {
"jquery": "~3.6.0",
"jquery-ui": "^1.13.2"
},
"ignore": ["node_modules", "bower_components"],
"keywords": [
"filter",
"query",
"builder",
"editor",
"search",
"form",
"ui",
"input",
"model",
"metadata",
"jquery",
"jquery-ui"
]
}