forked from derektu/react-native-android-btserial
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 661 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 661 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
{
"name": "react-native-android-btserial",
"description": "A react native android module for serial IO over bluetooth device.",
"version": "1.0.1",
"main": "index.android.js",
"repository": {
"type": "git",
"url": "git://github.com/derektu/react-native-android-btserial.git"
},
"keywords": [
"react-component",
"react-native",
"bluetooth",
"android"
],
"author": {
"name": "Derek Tu",
"email": "derektu123@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/derektu/react-native-android-btserial",
"bugs": {
"url": "https://github.com/derektu/react-native-android-btserial/issues"
}
}