forked from Dynamsoft/barcode-reader-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.28 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
{
"name": "dynamsoft-javascript-barcode",
"version": "7.1.3",
"author": {
"name": "Dynamsoft",
"url": "https://www.dynamsoft.com"
},
"dependencies": {},
"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, DataMatrix, PDF417, and Aztec Code.",
"files": [
"dist",
"documents",
"examples"
],
"homepage": "https://www.dynamsoft.com/Products/barcode-recognition-javascript.aspx",
"keywords": [
"HTML5 barcode",
"JavaScript barcode",
"Web barcode",
"barcode",
"PDF417",
"QR code",
"DataMatrix",
"QRCode",
"Aztec Code",
"WebAssembly",
"SDK",
"Linear barcode",
"1D barcode"
],
"main": "dist/dbr.min.js",
"types": "dist/dbr.d.ts",
"maintainers": [{
"name": "Dynamsoft",
"email": "[email protected]"
}],
"repository": {
"type": "git",
"url": "https://github.com/dynamsoft-dbr/javascript-barcode"
},
"license": "SEE LICENSE IN LICENSE.txt"
}