{ "name": "qrcode-decode", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "test": "npm run demo", "demo": "parcel ./demo/index.html" }, "repository": { "type": "git", "url": "git+https://github.com/cnwhy/QRCode-decode.git" }, "keywords": [ "qrcode", "decode" ], "author": "cnwhy", "license": "ISC", "bugs": { "url": "https://github.com/cnwhy/QRCode-decode/issues" }, "homepage": "https://github.com/cnwhy/QRCode-decode#readme", "devDependencies": { "parcel": "^1.9.7" }, "dependencies": { "bmp-js": "^0.1.0", "image-type": "^3.0.0", "pako": "^1.0.6" } }