{
  "name": "qrcode-lite",
  "description": "QRCode / 2d Barcode api for browser rewritten in ES modules",
  "version": "1.2.2",
  "author": "Zach Kelling <z@zeekay.io>",
  "contributors": [
    "Ryan Day <soldair@gmail.com>",
    "Vincenzo Greco <greco.vincenzo@gmail.com>"
  ],
  "keywords": [
    "canvas",
    "qrcode",
    "barcode"
  ],
  "main": "./lib/qrcode.js",
  "module": "./lib/qrcode.mjs",
  "js:next": "./lib/qrcode.mjs",
  "files": [
    "bin",
    "build",
    "lib",
    "helper"
  ],
  "homepage": "http://github.com/zeekay/qrcode-lite",
  "license": "MIT",
  "scripts": {
    "lint": "standard",
    "pretest": "npm run lint",
    "test": "node test.js",
    "build": "handroll src/index.js --cjs -o lib/qrcode.js && handroll src/index.js --es -o lib/qrcode.mjs",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "pnglib-es6": "^1.0.1"
  },
  "devDependencies": {
    "canvas": "^1.6.4",
    "canvasutil": "*",
    "colors": "*",
    "es-is": "^3.3.10",
    "eslint": "^4.19.1",
    "eslint-plugin-react": "^7.8.2",
    "express": "2.5.x",
    "handroll": "^0.17.7",
    "htmlparser2": "^3.9.2",
    "os-tmpdir": "^1.0.2",
    "sinon": "^1.17.7",
    "standard": "^9.0.2",
    "tap": "^10.3.1",
    "uglify-js": "^2.7.5"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/zeekay/qrcode-lite.git"
  },
  "engines": {
    "node": ">=4"
  },
  "standard": {
    "ignore": [
      "build/",
      "examples/vendors/"
    ]
  }
}
