{
  "name": "multi-range-slider-react",
  "version": "2.0.7",
  "description": "Simple component to select range values from slider. React component that return two value minValue and maxValue by event onInput/onChange. ",
  "main": "lib/multirangeslider.js",
  "types": "lib/multirangeslider.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/developergovindgupta/multi-range-slider-react-ts.git"
  },
  "keywords": [
    "react",
    "multi",
    "range",
    "slider",
    "min",
    "max",
    "minValue",
    "maxValue",
    "scroll",
    "multirange",
    "multirangeslider",
    "rangeslider",
    "typescript",
    "tsx",
    "jsx",
    "js",
    "component",
    "select",
		"two",
		"values"
  ],
  "author": "developergovindgupta <govindprasadguptamca@gmail.com> (Govind Prasad Gupta)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/developergovindgupta/multi-range-slider-react-ts/issues"
  },
  "homepage": "https://developergovindgupta.github.io/multi-range-slider-react-ts/",
  "devDependencies": {
    "@types/react": "^17.0.39",
    "@types/react-dom": "^17.0.11",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.5.5"
  },
  "directories": {
    "lib": "lib"
  }
}
