{
  "name": "react-native-bluetooth-headset-detect",
  "title": "Bluetooth Headset Detection for React Native",
  "version": "2.0.0",
  "description": "React Native module to detect headset connection",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexkorep/react-native-bluetooth-headset-detect.git",
    "baseUrl": "https://github.com/alexkorep/react-native-bluetooth-headset-detect"
  },
  "keywords": [
    "react-native"
  ],
  "author": {
    "name": "Alexey Korepanov",
    "email": "alexkorep@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "^16.5.0",
    "react-native": ">=0.57.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^0.0.5",
    "eslint": "^6.5.1",
    "react": "^16.5.0",
    "react-native": "^0.61.4"
  }
}
