{
  "name": "selectivity",
  "desc": "Modular and light-weight selection library",
  "version": "3.1.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/arendjr/selectivity.git"
  },
  "scripts": {
    "build": "yarn build-jquery-source && yarn build-jquery-min && yarn build-react-min && yarn build-react-source && yarn build-vanilla-min && yarn build-vanilla-source",
    "build-jquery-min": "gulp --api=jquery --bundle-name=jquery --exclude-modules=plugins/options-validator --minify",
    "build-jquery-source": "gulp --api=jquery --bundle-name=jquery --derequire",
    "build-react-min": "gulp --api=react --bundle-name=react --exclude-modules=plugins/options-validator --export-global --minify",
    "build-react-source": "gulp --api=react --bundle-name=react --export-global --derequire",
    "build-vanilla-min": "gulp --bundle-name= --exclude-modules=plugins/options-validator --export-global --minify",
    "build-vanilla-source": "gulp --bundle-name= --export-global --derequire",
    "lint": "eslint .",
    "start": "gulp dev --export-global --source-map",
    "test": "yarn lint && yarn unit-tests",
    "unit-tests": "node tools/unit-tests.js"
  },
  "devDependencies": {
    "browser-sync": "^2.14.0",
    "browserify": "^16.0.0",
    "bundle-collapser": "^1.1.0",
    "eslint": "^5.0.0",
    "eslint-config-prettier": "^2.3.0",
    "eslint-plugin-prettier": "^2.1.2",
    "faucet": "0.0.1",
    "freshy": "^1.0.2",
    "glob": "^7.0.3",
    "gulp": "^3.8.10",
    "gulp-autoprefixer": "^5.0.0",
    "gulp-concat": "^2.4.3",
    "gulp-csso": "^3.0.0",
    "gulp-derequire": "^2.0.0",
    "gulp-header": "^1.7.1",
    "gulp-if": "^2.0.0",
    "gulp-replace": "^1.0.0",
    "gulp-ruby-sass": "^3.0.0",
    "gulp-uglify": "^3.0.0",
    "gulp-util": "^3.0.1",
    "jquery": "^3.0.0",
    "jsdom": "^11.0.0",
    "prettier": "^1.5.3",
    "prop-types": "^15.5.0",
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0",
    "tape": "^4.5.1",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^2.0.0",
    "yargs": "^12.0.1"
  },
  "dependencies": {
    "lodash": "^4.0.0"
  },
  "keywords": [
    "dropdown",
    "ecosystem:jquery",
    "ecosystem:react",
    "form",
    "input",
    "jquery-plugin",
    "multiselect",
    "react",
    "react-component",
    "select",
    "selectivity",
    "submenu",
    "tag",
    "tagging",
    "ui"
  ],
  "license": "MIT",
  "main": "./selectivity.js"
}