forked from Dynamsoft/barcode-reader-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 991 Bytes
/
bower.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
44
45
46
47
48
{
"name": "dynamsoft-javascript-barcode",
"homepage": "https://www.dynamsoft.com/Products/barcode-recognition-javascript.aspx",
"authors": [
"Dynamsoft"
],
"description": "Dynamsoft Barcode Reader JavaScript edition enables you to embed barcode reading functionality in your web app",
"files": [
"dist",
"documents",
"examples"
],
"main": "dist/dbr.min.js",
"keywords": [
"barcode SDK",
"HTML5 barcode",
"JavaScript barcode",
"web barcode",
"QRcode",
"DataMatrix",
"PDF417",
"Code93",
"Linear",
"barcode",
"WebAssembly",
"Code 128",
"JavaScript barcode",
"Codabar",
"EAN-8",
"EAN-13",
"UPC-A",
"UPC-E",
"ITF-14",
"Aztec"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "https://github.com/dynamsoft-dbr/javascript-barcode"
},
"license": "SEE LICENSE IN LICENSE.txt"
}