-
-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
43 lines (43 loc) · 1.14 KB
/
package.json
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
42
43
{
"name": "structured-filter",
"version": "2.0.5",
"description": "Generic Web UI for building structured search or filter queries. With it you can build structured search conditions like First name starts with 'A' and Birthday after 1/1/1990 and State in (CA, NY, FL)...",
"copyright": "(c) 2024 Olivier Giulieri",
"homepage": "https://evoluteur.github.io/structured-filter/",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/evoluteur/structured-filter.git"
},
"bugs": {
"url": "https://github.com/evoluteur/structured-filter/issues"
},
"dependencies": {
"jquery": "~3.7.1",
"jquery-ui": "^1.13.2"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-jshint": "~3.1.1",
"grunt-contrib-less": "~2.0.0",
"grunt-contrib-uglify": "4.0.1"
},
"main": "js/structured-filter.js",
"keywords": [
"model",
"faceted",
"filter",
"query",
"query-builder",
"editor",
"search",
"form",
"metadata",
"UI",
"jquery",
"jquery-ui",
"jquery-plugin",
"evolutility"
]
}