qrloop
Version:
Envelop big blob of data into frames that can be displayed in series of QR Codes
43 lines (42 loc) • 871 B
JSON
{
"name": "qrloop",
"version": "1.4.1",
"description": "Envelop big blob of data into frames that can be displayed in series of QR Codes",
"keywords": [
"buffer",
"data",
"envelop",
"qrcode",
"qr"
],
"main": "lib/index.js",
"scripts": {
"prepublish": "tsc",
"test": "jest src"
},
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/gre/qrloop"
},
"bugs": {
"url": "https://github.com/gre/qrloop/issues"
},
"homepage": "https://github.com/gre/qrloop",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"license": "MIT",
"dependencies": {
"buffer": "^6.0.3",
"md5": "^2.3.0"
},
"devDependencies": {
"@types/jest": "^29.1.0",
"@types/md5": "^2.3.2",
"jest": "^28.1.0",
"ts-jest": "^29.0.3",
"typescript": "4"
}
}