{
  "name": "@eflexsystems/jquery-querybuilder",
  "version": "2.3.3-2",
  "author": {
    "name": "eFlex Systems"
  },
  "description": "jQuery plugin for user friendly query/filter creator",
  "main": "dist/js/query-builder.standalone.js",
  "dependencies": {
    "jquery": "^3.6.0"
  },
  "devDependencies": {
    "deepmerge": "^0.2.0",
    "grunt": "^1.0.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.0",
    "grunt-contrib-connect": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-qunit": "^0.7.0",
    "grunt-contrib-sass": "^1.0.0",
    "grunt-contrib-uglify": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-coveralls": "^1.0.0",
    "grunt-jscs": "^2.8.0",
    "grunt-open": "^0.2.3",
    "grunt-qunit-blanket-lcov": "^0.3.0",
    "grunt-scss-lint": "^0.3.8",
    "grunt-string-replace": "^1.2.0",
    "grunt-wrap": "^0.3.0",
    "jit-grunt": "^0.10.0",
    "time-grunt": "^1.3.0"
  },
  "keywords": [
    "jquery",
    "query",
    "builder",
    "filter"
  ],
  "license": "MIT",
  "homepage": "https://github.com/eflexsystems/jQuery-QueryBuilder",
  "repository": {
    "type": "git",
    "url": "git://github.com/eflexsystems/jQuery-QueryBuilder.git"
  },
  "bugs": {
    "url": "https://github.com/eflexsystems/jQuery-QueryBuilder/issues"
  },
  "scripts": {
    "test": "grunt test"
  }
}
