{
  "name": "react-native-detect-mock-location",
  "version": "1.0.0",
  "description": "Detects if the device is using mock location app to spoof it's real location. In that case user will be prompted to fix the mock location settings first before using the app.",
  "main": "index.js",
  "scripts": {},
  "keywords": [
    "react native",
    "location spoofing",
    "mock location"
  ],
  "author": "Zain Ul Abdin <zainkhas93@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/zainkhas/react-native-detect-mock-location",
  "bugs": {
    "url": "https://github.com/zainkhas/react-native-detect-mock-location/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zainkhas/react-native-detect-mock-location.git"
  },
  "peerDependencies": {
    "react-native": "^0.41.2"
  }
}
