-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 943 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 943 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
33
34
35
36
37
{
"name": "@codivoire/cordova-plugin-bluetoothprinter",
"version": "1.0.0",
"description": "A cordova plugin for Bluetooth printer for android platform.",
"license": "Apache 2.0",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-bluetoothprinter",
"platforms": [
"android"
]
},
"keywords": [
"cordova",
"bluetooth",
"printer",
"pos",
"text",
"barcode",
"image",
"base64",
"qrcode",
"ecosystem:cordova",
"cordova-android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/codivoire/cordova-plugin-bluetoothprinter.git"
},
"author": {
"name": "Codivoire",
"email": "info.codivoire@gmail.com",
"url": "https://codivoire.github.io/"
},
"bugs": "https://github.com/codivoire/cordova-plugin-bluetoothprinter.git/issues",
"homepage": "https://github.com/codivoire/cordova-plugin-bluetoothprinter#readme"
}