{
  "name": "rn-toggle-switch-custom",
  "version": "1.0.1",
  "description": "A toggle switch implementation using ScrollView customized",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prsn/react-native-toggle-switch.git"
  },
  "author": "prsn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/prsn/react-native-toggle-switch/issues"
  },
  "homepage": "https://github.com/prsn/react-native-toggle-switch#readme",
  "devDependencies": {
    "react": "16.6.3",
    "react-native": "0.57.8",
    "babel-jest": "23.6.0",
    "jest": "23.6.0",
    "metro-react-native-babel-preset": "0.51.1",
    "react-test-renderer": "16.6.3"
  },
  "jest": {
    "preset": "react-native"
  }
}