forked from flyskywhy/react-native-btsig-telink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 971 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
{
"name": "react-native-btsig-telink",
"version": "1.3.26",
"description": "Component implementation for Bluetooth SIG Mesh SDK of Telink",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyskywhy/react-native-btsig-telink.git"
},
"keywords": [
"android",
"ble",
"bluetooth",
"bt",
"ios",
"mesh",
"react-native",
"sig",
"telink"
],
"author": "Li Zheng",
"funding": [
{
"type": "individual",
"url": "https://Alipay/[email protected]"
},
{
"type": "individual",
"url": "https://EthAddress/0xd02fa2738dcbba988904b5a9ef123f7a957dbb3e"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/flyskywhy/react-native-btsig-telink/issues"
},
"homepage": "https://github.com/flyskywhy/react-native-btsig-telink#readme"
}