{ "name": "qrious", "version": "2.0.2", "description": "Library for QR code generation using canvas", "homepage": "https://github.com/neocotic/qrious", "authors": [ { "name": "Alasdair Mercer", "email": "mercer.alasdair@gmail.com", "homepage": "http://neocotic.com" } ], "license": "GPL-3.0", "keywords": [ "qr", "code", "encode", "canvas", "image" ], "repository": { "type": "git", "url": "https://github.com/neocotic/qrious.git" }, "main": "dist/umd/qrious.js", "ignore": [ "src/", ".*", "AUTHORS.md", "CHANGES.md", "CONTRIBUTING.md", "demo.html", "Gruntfile.js", "package.json", "README.md" ] }