{
  "name": "jsqrscanner",
  "description": "JavaScript QR Code scanner for HTML5 supporting browsers",
  "version": "0.0.10",
  "private": false,
  "license": "Apache-2.0",
  "author": "Janusz Białobrzewski",
  "keywords": [
    "qrcode-scanner",
    "qrcode",
    "js",
    "zxing",
    "html5",
    "scanner"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jbialobr/JsQRScanner.git"
  },
  "engines": {
    "node": "8.x.x"
  },
  "scripts": {
    "build": "tsc"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "devDependencies": {
    "typescript": "^3.0.3"
  },
  "dependencies": {
    "gwtqrscanner": "^1.0.1"
  }
}