forked from soltius/BluetoothClassicSerial
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "cordova-plugin-bluetooth-classic-serial-port",
"version": "0.9.16",
"description": "Cordova Bluetooth Serial Port Profile Communication Plugin",
"cordova": {
"id": "cordova-plugin-bluetooth-classic-serial-port",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port.git"
},
"keywords": [
"cordova",
"bluetooth",
"serial",
"arduino",
"ecosystem:cordova"
],
"author": "Soltius New Zealand <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port/issues"
},
"homepage": "https://github.com/MaximBelov/cordova-plugin-bluetooth-classic-serial-port#readme",
"contributors": [
{
"name": "Maxim Belov",
"email": "[email protected]"
},
{
"name": "Kogulan Naskaran",
"email": "[email protected]"
}
]
}