{
  "name": "react-native-ble",
  "repository": {
    "type": "git",
    "url": "https://github.com/jacobrosenthal/react-native-ble.git"
  },
  "browser": {
    "events": "events",
    "util": "util"
  },
  "version": "1.0.8",
  "description": "Central role BLE for react native noble api surface",
  "main": "index.js",
  "author": {
    "name": "Jacob Rosenthal",
    "email": "jakerosenthal@gmail.com"
  },
  "nativePackage": true,
  "keywords": [
    "react-native",
    "react",
    "native",
    "ble",
    "bluetooth",
    "corebluetooth",
    "noble"
  ],
  "bugs": {
    "url": "https://github.com/jacobrosenthal/react-native-ble/issues"
  },
  "homepage": "https://github.com/jacobrosenthal/react-native-ble",
  "scripts": {},
  "dependencies": {
    "noble": "^1.5.0",
    "debug": "^2.2.0",
    "buffer": "^4.6.0",
    "events": "^1.1.0",
    "util": "^0.10.3"
  },
  "license": "MIT"
}
