forked from Dynamsoft/barcode-reader-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
58 lines (58 loc) · 1.61 KB
/
bower.json
File metadata and controls
58 lines (58 loc) · 1.61 KB
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
49
50
51
52
53
54
55
56
57
58
{
"name": "dynamsoft-javascript-barcode",
"description": "Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR Code, DaraMatrix, PDF417, and Aztec Code.",
"files": [
"/dist/dbr.js",
"/dist/dbr.mjs",
"/dist/dbr.browser.mjs",
"/dist/dbr-*.worker.js",
"/dist/dbr-*.wasm.js",
"/dist/dbr-*.wasm",
"/dist/dbr.d.ts",
"/dist/dbr.reference.d.ts",
"/dist/dbr.scanner.html"
],
"ignore": [
"/doc",
"/example",
"/.gitignore",
"/composer.json",
"/package.js"
],
"homepage": "https://www.dynamsoft.com/Products/barcode-recognition-javascript.aspx",
"main": "dist/dbr.js",
"module": "dist/dbr.mjs",
"browser": "dist/dbr.browser.mjs",
"types": "dist/dbr.d.ts",
"authors": [{
"name": "Dynamsoft",
"homepage": "https://www.dynamsoft.com"
}],
"license": [
"For web: https://www.dynamsoft.com/Products/barcode-reader-license-agreement.aspx#javascript",
"For node: https://www.dynamsoft.com/Products/barcode-reader-license-agreement.aspx"
],
"repository": {
"type": "git",
"url": "https://github.com/dynamsoft/javascript-barcode.git"
},
"maintainers": [
{
"name": "Dynamsoft",
"email": "support@dynamsoft.com"
}
],
"keywords": [
"HTML5 barcode",
"JavaScript barcode",
"Web barcode",
"barcode",
"PDF417",
"QRCode",
"Aztec Code",
"WebAssembly",
"SDK",
"Linear barcode",
"1D barcode"
]
}