-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (42 loc) · 1.08 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
42
43
{
"name": "react-native-ble-quick-sdk",
"version": "0.4.0",
"description": "A React Native BLE SDK for BDS based ble profile with source autogeneration feature",
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/YbrainInc/react-native-ble-quick-sdk"
},
"bugs": {
"url": "https://github.com/YbrainInc/issue"
},
"scripts": {
"postinstall" : "node ./bds_plugin/install-plugin-to-bds.js",
"generate-ble-profile" : "node ./npm_scripts/xml2json.js"
},
"dependencies": {
"buffer": "^5.0.1",
"events": "^1.1.1",
"react-native-config": "^0.4.2",
"babel-plugin-react-native-config": "0.0.3",
"int64-buffer": "^0.1.9",
"fast-xml-parser": "github:YbrainInc/fast-xml-parser#attr-no-prefix-branch"
},
"keywords": [
"react-native",
"android",
"ios",
"ble",
"bluetooth",
"bluetooth developer studio",
"ble-autogenerated",
"ble-json"
],
"license": "Apache-2.0",
"maintainers": [
{
"name": "Eric S",
"email": "https://github.com/eric2036"
}
]
}