{
  "name": "react-native-switch",
  "version": "1.5.1",
  "description": "Customisable switch component for RN",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "react",
    "shapes",
    "android",
    "ios",
    "mobile",
    "switch",
    "customisable",
    "react-native-web"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:shahen94/react-native-switch.git"
  },
  "author": "Shahen Hovhannisyan <shahen.hovhannisyan.94@gmail.com>",
  "peerDependencies": {
    "react-native": ">=0.29"
  },
  "dependencies": {
    "prop-types": "^15.6.0"
  }
}
