{
  "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 Firstname starts with 'A' and Birthday after 1/1/1990 and State in (CA, NY, FL)...",
  "copyright": "(c) 2022 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.6.0",
    "jquery-ui": "^1.13.0"
  },
  "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"
  ]
}
