forked from michael-may/cordova-zebra-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 780 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
{
"name": "cordova-zebra-scanner",
"version": "1.0.3",
"description": "\n\t\tCordova plugin to interface with Zebra barcode scanners (on Android)\n\t",
"cordova": {
"id": "cordova-zebra-scanner",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/michael-may/cordova-zebra-scanner.git"
},
"keywords": [
"barcode",
"scanner",
"zebra",
"ecosystem:cordova",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=5.0.0"
}
],
"author": "Michael May",
"license": "MIT",
"bugs": {
"url": "https://github.com/michael-may/cordova-zebra-scanner/issues"
},
"homepage": "https://github.com/michael-may/cordova-zebra-scanner#readme"
}