forked from momzor/cordova-brother-label-printer
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "cordova-plugin-brother-label-printer",
"version": "1.8.0",
"description": "Cordova and Capacitor plugin for brother label printers",
"cordova": {
"id": "cordova-plugin-brother-label-printer",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer.git"
},
"keywords": [
"brother",
"print",
"sdk",
"label",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": {
"cordova": ">=3.6.0",
"cordova-android": ">=6.0.0",
"android-sdk": ">=26",
"apple-ios": ">=10.0.0"
},
"author": "Thomas Gordon Lowrey IV",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer/issues"
},
"homepage": "https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer#readme",
"license": "ISC"
}