first commit

This commit is contained in:
s.golasch
2023-08-01 13:44:46 +02:00
commit 461ee45c97
218 changed files with 8294 additions and 0 deletions

38
package.json Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "barcode-reader",
"version": "1.6.1",
"description": "A Barcode scanner capapable of reading Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar and EAN-13 barcodes in javascript.",
"main": "src/BarcodeReader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EddieLa/BarcodeReader.git"
},
"keywords": [
"barcode",
"reader",
"Code128",
"Code93",
"Code39",
"EAN-13"
],
"author": {
"name": "Eddie Larsson",
"email": "eddie.larsson245@gmail.com",
"url": ""
},
"contributors": [
{
"name": "Sean Gates",
"email": "oregonwebdev@gmail.com",
"url": ""
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EddieLa/BarcodeReader/issues"
},
"homepage": "https://github.com/EddieLa/BarcodeReader#readme"
}