forked from rusel1989/react-native-bluetooth-serial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 770 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
{
"name": "react-native-bluetooth-serial",
"version": "1.0.0-rc1",
"description": "'Bluetooth serial for react native'",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rusel1989/react-native-bluetooth-serial.git"
},
"keywords": [
"bluetooth",
"react-native"
],
"author": "Jakub Martyčák <martycakjakub@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/rusel1989/react-native-bluetooth-serial/issues"
},
"homepage": "https://github.com/rusel1989/react-native-bluetooth-serial#readme",
"dependencies": {
"buffer": "^4.6.0"
},
"peerDependencies": {
"react-native": ">=0.40"
}
}