{
  "name": "uxcore-select2",
  "version": "0.5.10",
  "description": "select ui component for react",
  "main": "build/index.js",
  "scripts": {
    "start": "uxcore-tools run start",
    "server": "uxcore-tools run server",
    "lint": "uxcore-tools run lint",
    "build": "uxcore-tools run build",
    "test": "uxcore-tools run test",
    "coverage": "uxcore-tools run coverage",
    "pub": "uxcore-tools run pub",
    "dep": "uxcore-tools run dep",
    "tnpm-dep": "uxcore-tools run tnpm-dep",
    "chrome": "uxcore-tools run chrome",
    "browsers": "uxcore-tools run browsers",
    "saucelabs": "uxcore-tools run saucelabs",
    "update": "uxcore-tools run update",
    "tnpm-update": "uxcore-tools run tnpm-update"
  },
  "repository": "https://github.com/uxcore/uxcore-select2.git",
  "bugs": {
    "url": "http://github.com/uxcore/select/issues"
  },
  "keywords": [
    "react",
    "react-pagination",
    "react-select",
    "select"
  ],
  "devDependencies": {
    "console-polyfill": "^0.2.3",
    "enzyme": "^3.0.0",
    "expect.js": "^0.3.1",
    "jquery": "^3.0.0",
    "kuma-base": "^1.7.2",
    "react": "16.x",
    "react-dom": "16.x",
    "react-test-renderer": "16.x",
    "uxcore-kuma": "*",
    "uxcore-tools": "0.2.x",
    "babel-polyfill": "6.x",
    "enzyme-adapter-react-16": "1.x"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "prop-types": "^15.6.0",
    "rc-select": "~8.1.0"
  },
  "author": "",
  "contributors": [],
  "license": "MIT"
}