forked from Dynamsoft/barcode-reader-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 955 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 955 Bytes
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
{
"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.",
"archive": {
"exclude": [
"/doc",
"/example",
"/.gitignore",
"/bower.json",
"/package.js"
]
},
"keywords": [
"HTML5 barcode",
"JavaScript barcode",
"Web barcode",
"barcode",
"PDF417",
"QRCode",
"Aztec Code",
"WebAssembly",
"SDK",
"Linear barcode",
"1D barcode"
],
"homepage": "https://www.dynamsoft.com/Products/barcode-recognition-javascript.aspx",
"license": "proprietary",
"authors": [ { "name": "Dynamsoft", "homepage": "https://www.dynamsoft.com/" } ],
"support": {
"issues": "https://www.dynamsoft.com/Company/Contact.aspx"
}
}