-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
40 lines (40 loc) · 1.06 KB
/
composer.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": "exface/barcodescanner",
"description": "Integratoin of BarcodeScanners in most AJAX facades for ExFace",
"type": "library",
"license": "GPL-3.0+",
"authors": [
{
"name": "Andrej Kabachnik",
"email": "kabachnik@gmail.com",
"role": "Creator"
}
],
"support": {
"issues": "https://github.com/exface/BarcodeScanner/issues",
"source": "https://github.com/exface/BarcodeScanner"
},
"require": {
"exface/core": "^1.0",
"bower-asset/quagga": ">=0.11",
"bower-asset/jquery-numpad": "^1.4",
"npm-asset/onscan.js": "^1.5",
"npm-asset/zxing--library": "~0.17"
},
"extra": {
"app": {
"app_uid": "0x11e7526222b7f96e8b700205857feb80",
"app_alias": "exface.BarcodeScanner"
}
},
"autoload": {
"psr-4": {
"exface\\BarcodeScanner\\": ""
},
"exclude-from-classmap": [
"/Config/",
"/Translations/",
"/Model/"
]
}
}