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
40 lines (40 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "structured-filter",
"version": "1.0.11",
"copyright": "(c) 2016 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/structured-filter/",
"author": {
"name": "Olivier Giulieri",
"url": "https://github.com/evoluteur"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/evoluteur/structured-filter.git"
},
"bugs": {
"url": "https://github.com/evoluteur/structured-filter/issues"
},
"dependencies": {
"jquery": "~2.1.4",
"jquery-ui": "^1.10"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-less": "~1.0.0"
},
"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/1980 and State in (CA, NY, FL)...",
"main": "js/structured-filter.js",
"keywords": [
"filter",
"query",
"editor",
"search",
"form",
"widget",
"jquery",
"jquery-ui"
]
}