UNPKG

rn-mtbeaconplus

Version:

A React Native module for supporting iOS and Android MTBeaconPlus devices. The MTBeaconPlus is a versatile Bluetooth Low Energy (BLE) beacon designed for indoor positioning and asset tracking. It offers high accuracy, long battery life, and easy integrati

42 lines (41 loc) 1.26 kB
{ "name": "rn-mtbeaconplus", "title": "React Native Mtbeacon Plus", "version": "1.0.1", "description": "A React Native module for supporting iOS and Android MTBeaconPlus devices. The MTBeaconPlus is a versatile Bluetooth Low Energy (BLE) beacon designed for indoor positioning and asset tracking. It offers high accuracy, long battery life, and easy integration with mobile devices.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rtsdeveloper/react-native-mtbeaconplus.git", "baseUrl": "https://github.com/rtsdeveloper/react-native-mtbeaconplus" }, "keywords": [ "react-native", "Android", "iOS", "mtbeaconplus", "ble", "indoor-positioning", "asset-tracking", "location-services", "bluetooth-low-energy" ], "author": { "name": "RTS-Dev", "email": "sharmaritesh9794@gmail.com" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": "^18.2.0", "react-native": "^0.72.6" }, "devDependencies": { "react": "^18.2.0", "react-native": "^0.72.6" } }