forked from kenjdavidson/react-native-bluetooth-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.55 KB
/
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
44
45
46
47
48
49
{
"name": "react-native-bluetooth-classic",
"version": "0.10.9",
"description": "Implement bluetooth classic (serial) on Android (Bluetooth Adapter) and IOS (External Accessory)",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags && npm publish"
},
"repository": "git://github.com/kenjdavidson/react-native-bluetooth-classic.git",
"keywords": [
"react-native",
"bluetooth-classic",
"Bluetooth Adapter",
"Android",
"External Accessory",
"IOS"
],
"author": "Kenneth Davidson <[email protected]> (https://github.com/kenjdavidson)",
"contributors": [
"Jakub Martyčák <[email protected]> (https://github.com/rusel1989)",
"Tony Lara <[email protected]> (https://github.com/tonyl)",
"[email protected] (https://github.com/redloro)",
"[email protected] (https://github.com/iamandiradu)",
"Andrew Krugliak (https://github.com/andreykrugliak)",
"Anton Petrov (https://github.com/tpettrov)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kenjdavidson/react-native-bluetooth-classic/issues"
},
"homepage": "https://github.com/kenjdavidson/react-native-bluetooth-classic",
"peerDependencies": {
"react-native": ">=0.60.0",
"react-native-windows": "0.41.0-rc.1"
},
"dependencies": {
"buffer": "^5.4.3"
},
"files": [
"src",
"android",
"ios",
"react-native-bluetooth-classic.podspec"
],
"devDependencies": {
"npm-version": "^1.1.0"
}
}