-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}