forked from evoluteur/structured-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"name": "structured-filter",
"version": "2.0.1",
"description": "Generic Web UI for building structured search or filter queries. With it you can build structured search conditions like Firstname starts with 'A' and Birthday after 1/1/1990 and State in (CA, NY, FL)...",
"copyright": "(c) 2019 Olivier Giulieri",
"homepage": "http://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.3.1",
"jquery-ui": "^1.12.1"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-less": "~1.4.0"
},
"main": "js/structured-filter.js",
"keywords": [
"faceted",
"filter",
"query",
"editor",
"search",
"form",
"widget",
"jquery",
"jquery-ui",
"jquery-plugin"
]
}