{
  "name": "@ptomasroos/react-native-multi-slider",
  "version": "2.2.2",
  "description": "Android and iOS supported pure JS slider component with multiple markers for React Native",
  "main": "MultiSlider.js",
  "types": "index.d.ts",
  "scripts": {
    "prettier": "prettier --single-quote --trailing-comma all --bracket-spacing --write \"**/*.js\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ptomasroos/react-native-multi-slider.git"
  },
  "keywords": [
    "react-native-multi-slider",
    "react-component",
    "react-components",
    "react",
    "native",
    "slider",
    "multiple",
    "react-native",
    "component",
    "ios",
    "android"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "./node_modules/.bin/prettier --single-quote --trailing-comma all --bracket-spacing --write",
      "git add"
    ]
  },
  "author": "Tomas Roos <ptomasroos@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "husky": "^1.1.2",
    "lint-staged": "^7.3.0",
    "prettier": "^1.14.3"
  },
  "bugs": {
    "url": "https://github.com/ptomasroos/react-native-multi-slider/issues"
  },
  "homepage": "https://github.com/ptomasroos/react-native-multi-slider#readme",
  "dependencies": {}
}
