{
  "name": "ifollow-beacon-manager",
  "version": "0.0.4",
  "description": "React-Native library for detecting beacons (iOS and Android)",
  "keywords": [
    "react-native",
    "react-component",
    "ios",
    "ibeacon",
    "beacon",
    "beacons",
    "android",
    "ibeacons",
    "altbeacon",
    "estimote",
    "eddystone",
    "altbeacons"
  ],
  "repository": "git+https://github.com/ifollowbr/ifollow-beacon-manager.git",
  "typescript": {
    "definition": "typings/ifollow-beacon-manager.d.ts"
  },
  "types": "typings/ifollow-beacon-manager.d.ts",
  "bugs": {
    "url": "https://github.com/ifollowbr/ifollow-beacon-manager/issues"
  },
  "homepage": "https://github.com/ifollowbr/ifollow-beacon-manager#readme",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=8.9.0",
    "npm": ">=5.3.0",
    "yarn": ">=1.5.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "flow": "flow",
    "flow-typed": "flow-typed"
  },
  "author": "ifollow",
  "license": "MIT",
  "nativePackage": true,
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-eslint": "^10.1.0",
    "eslint": "^9.7.0",
    "eslint-plugin-flowtype": "^2.35.0",
    "eslint-plugin-react": "^7.2.0",
    "eslint-plugin-react-native": "^3.0.1",
    "flow-bin": "^0.85.0",
    "prop-types": "^15.5.10",
    "react": "^18.3.1",
    "react-native": "^0.74.3"
  },
  "peerDependencies": {
    "react": ">=15.4.2",
    "react-native": ">=0.41.2"
  }
}
