forked from kenjdavidson/react-native-bluetooth-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "react-native-bluetooth-classic",
"version": "0.9.3",
"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"
},
"repository": "git://github.com/kenjdavidson/react-native-bluetooth-classic.git",
"keywords": [
"react-native",
"bluetooth-classic",
"Bluetooth Adapter",
"Android",
"External Accessory",
"IOS"
],
"author": "Kenneth Davidson <ken.j.davidson@live.ca> (https://github.com/kenjdavidson)",
"contributors": [
"Jakub Martyčák <martycakjakub@gmail.com>",
"Tony Lara <tony.lara.p@gmail.com>",
"redloro@gmail.com"
],
"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.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"dependencies": {
"buffer": "^5.2.1"
},
"files": [
"/src",
"/android",
"/ios"
],
"devDependencies": {
"npm-version": "^1.1.0"
}
}