mirror of
https://github.com/cnwhy/QRCode-decode.git
synced 2026-08-12 20:31:40 +08:00
46 lines
998 B
JSON
46 lines
998 B
JSON
{
|
|
"name": "qr-decode",
|
|
"version": "0.0.4",
|
|
"description": "QRCode parser/decode",
|
|
"main": "src/QRDecode.js",
|
|
"files": [
|
|
"README.md",
|
|
"browser.js",
|
|
"server.js",
|
|
"src/*",
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"test": "node test/node.js",
|
|
"demo": "parcel ./demo/index.html",
|
|
"build": "bili browser.js --format umd,umd-min,es --module-name qrDecode --file-name qr-decode.[format][min][ext] --banner"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cnwhy/QRCode-decode.git"
|
|
},
|
|
"keywords": [
|
|
"qrcode",
|
|
"decode",
|
|
"parser"
|
|
],
|
|
"author": {
|
|
"name": "cnwhy",
|
|
"email": "w.why@163.com"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/cnwhy/QRCode-decode/issues"
|
|
},
|
|
"homepage": "https://github.com/cnwhy/QRCode-decode#readme",
|
|
"devDependencies": {
|
|
"bili": "^5.0.5",
|
|
"parcel": "^1.9.7"
|
|
},
|
|
"dependencies": {
|
|
"bmp-js": "^0.1.0",
|
|
"image-type": "^3.0.0",
|
|
"pako": "^1.0.6"
|
|
}
|
|
}
|