forked from bugnano/cordova-plugin-networking-bluetooth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 723 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 723 Bytes
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
{
"name": "cordova-plugin-networking-bluetooth",
"version": "1.0.3",
"description": "Bluetooth Networking Plugin for Cordova",
"cordova": {
"id": "cordova-plugin-networking-bluetooth",
"platforms": [
"android"
]
},
"repository": {
"type": "hg",
"url": "https://bitbucket.org/bugnano/cordova-plugin-networking-bluetooth"
},
"keywords": [
"cordova",
"bluetooth",
"network",
"networking",
"rfcomm",
"socket",
"client",
"server",
"peer",
"p2p",
"ecosystem:cordova",
"cordova-android"
],
"author": "Franco Bugnano",
"license": "Apache 2.0",
"homepage": "https://bitbucket.org/bugnano/cordova-plugin-networking-bluetooth#readme"
}