-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
40 lines (40 loc) · 973 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "cordova-brother-label-printer",
"version": "0.0.3",
"description": "Cordova hooks for Brother Print SDK",
"cordova": {
"id": "cordova-brother-label-printer",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/gordol/cordova-brother-label-printer"
},
"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/gordol/cordova-brother-label-printer/blob/master/LICENSE"
}],
"bugs": {
"url": "https://github.com/gordol/cordova-brother-label-printer/issues"
},
"homepage": "https://github.com/gordol/cordova-brother-label-printer#readme"
}