{
  "name": "jquery-multiselect-checkbox",
  "version": "3.13.0",
  "description": "A jQuery plugin which enables multiple selection for checkbox inputs as well as other DOM elements.",
  "keywords": [
    "jquery",
    "plugin",
    "multiselect",
    "checkbox",
    "jquery-plugin",
    "ecosystem:jquery"
  ],
  "author": "Anton Bagdatyev (Tonix)",
  "license": "MIT",
  "main": "dist/jquery-multiselect-checkbox.js",
  "module": "dist/es6/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/tonix-tuft/jquery-multiselect-checkbox.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "WEBPACK_ENV=watch webpack --progress --color --watch",
    "mkdir-build": "mkdir -p ./dist/es6",
    "clear-build": "find ./dist ! -name '.gitignore' -type f -exec rm -f {} +",
    "dev-build": "WEBPACK_ENV=watch webpack --progress --color",
    "build": "WEBPACK_ENV=build webpack",
    "publish-git": "npm publish && git push && git push --tags",
    "build-all": "npm run mkdir-build && npm run clear-build && npm run build && npm run dev-build && npm run build-module",
    "publish-patch": "npm run build-all && npm version patch && npm run publish-git",
    "publish-minor": "npm run build-all && npm version minor && npm run publish-git",
    "publish-major": "npm run build-all && npm version major && npm run publish-git",
    "build-module": "cross-env BABEL_ENV=module ./node_modules/.bin/babel ./src --out-dir ./dist/es6 --source-maps --copy-files"
  },
  "peerDependencies": {
    "jquery": "^3.4.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.0",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "@types/jquery": "^3.5.1",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "babel-loader": "^8.1.0",
    "eslint": "^6.8.0",
    "eslint-loader": "^3.0.4",
    "glob-parent": ">=5.1.2",
    "jquery": "^3.5.1",
    "minimist": ">=1.2.2",
    "serialize-javascript": "^3.1.0",
    "terser-webpack-plugin": "^3.1.0",
    "typescript": "^3.9.7",
    "webpack": "^5.39.0",
    "webpack-cli": "^4.7.2"
  },
  "bugs": {
    "url": "https://github.com/tonix-tuft/jquery-multiselect-checkbox/issues"
  },
  "homepage": "https://github.com/tonix-tuft/jquery-multiselect-checkbox#readme",
  "dependencies": {
    "immutable-linked-ordered-map": "^1.17.0"
  },
  "files": [
    "dist",
    "src"
  ]
}
