forked from frostney/react-native-bluetooth-state
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 743 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 743 Bytes
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
{
"name": "react-native-bluetooth-state",
"version": "2.3.0",
"description": "React Native Module for reading the bluetooth state on iOS and Android (fork of frostney/react-native-bluetooth-state)",
"author": "Johannes Stein (http://github.com/frostney)",
"contributors": [
"Christian Ost"
],
"repository": {
"type": "git",
"url": "https://github.com/Artirigo/react-native-bluetooth-state.git"
},
"homepage": "https://github.com/Artirigo/react-native-bluetooth-state.git",
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"bluetooth",
"bluetooth-state"
],
"main": "BluetoothState.js",
"devDependencies": {},
"peerDependencies": {
"react-native": ">=0.40.0"
}
}