{
  "name": "react-native-comparison-slider",
  "description": "Comparison Slider as a component for react native.",
  "author": "Charles-Olivier Demers <charles-olivierdemers@hotmail.com>",
  "version": "0.1.44",
  "main": "components/ComparisonSlider.js",
  "keywords": ["React-Native", "Comparison", "Image", "Slider"],
  "repository": {
    "type": "git",
    "url": "https://github.com/charlot567/react-native-comparison-slider"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "peerDependencies": {
    "react": "16.0.0-alpha.12",
    "react-native": "0.47.1",
    "react-native-slider": "^0.11.0"
  },
  "license": "MIT",
  "rnpm": {
    "android": {
      "sourceDir": "./android"
    }
  }
}
