{
  "name": "@syncfusion/ej2-barcode-generator",
  "version": "33.2.3",
  "description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code.",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "main": "./dist/ej2-barcode-generator.umd.min.js",
  "module": "./index.js",
  "es2015": "./dist/es6/ej2-barcode-generator.es5.js",
  "dependencies": {
    "@syncfusion/ej2-base": "~33.2.3",
    "@syncfusion/ej2-data": "~33.2.3"
  },
  "devDependencies": {},
  "keywords": [
    "ej2",
    "syncfusion",
    "ej2-barcode",
    "ej2-QRcode",
    "web-components",
    "TypeScript",
    "barcode",
    "QRCode",
    "QR-barcode",
    "Datamatrix"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/syncfusion/ej2-javascript-ui-controls"
  },
  "homepage": "https://www.syncfusion.com/javascript-ui-controls",
  "typings": "index.d.ts",
  "sideEffects": false
}