39 lines
940 B
JSON
39 lines
940 B
JSON
{
|
|
"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"
|
|
}
|