forked from jacobrosenthal/react-native-ble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 935 Bytes
/
package.json
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
42
43
{
"name": "react-native-ble",
"repository": {
"type": "git",
"url": "https://github.com/jacobrosenthal/react-native-ble.git"
},
"browser": {
"events": "events",
"util": "util"
},
"version": "0.0.5",
"description": "Central role BLE for react native noble api surface",
"main": "index.js",
"author": {
"name": "Jacob Rosenthal",
"email": "[email protected]"
},
"nativePackage": true,
"peerDependencies": {
"react-native": "^0.11.0"
},
"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": {
"buffer": "^3.4.3",
"debug": "^2.2.0",
"events": "^1.0.2",
"util": "^0.10.3"
},
"license": "MIT"
}