-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"license": "Apache-2.0",
"engines": [
{
"version": ">=4.0",
"name": "cordova-android"
},
{
"version": ">=3.9.2",
"name": "cordova-ios"
},
{
"version": ">=5.0.0",
"name": "cordova-windows"
}
],
"name": "com.mirasense.scanditsdk.plugin",
"repository": {
"url": "git+https://github.com/Scandit/BarcodeScannerPlugin.git",
"type": "git"
},
"author": "Scandit AG",
"bugs": {
"url": "https://github.com/Scandit/BarcodeScannerPlugin/issues"
},
"version": "5.9.2",
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-windows"
],
"cordova": {
"platforms": [
"ios",
"android",
"windows"
],
"id": "com.mirasense.scanditsdk.plugin"
},
"homepage": "https://github.com/Scandit/BarcodeScannerPlugin#readme",
"description": "Scandit Barcode Scanner Plugin"
}