UNPKG

node-quirc

Version:

quirc for nodejs (QR decoder)

47 lines (46 loc) 1.03 kB
{ "name": "node-quirc", "version": "2.3.0", "description": "quirc for nodejs (QR decoder)", "main": "index.js", "scripts": { "test": "node-gyp configure build && ./node_modules/.bin/mocha --reporter spec --ui bdd", "prepare": "rm -r build || (exit 0)" }, "engines": { "node": ">= 10" }, "repository": { "type": "git", "url": "https://github.com/kAworu/node-quirc" }, "bugs": { "url": "https://github.com/kAworu/node-quirc/issues" }, "keywords": [ "QR", "QR code", "qrcode", "barcode", "2D code", "decoder", "scan", "scanner" ], "author": "Alexandre Perrin <alex@kaworu.ch>", "license": "MIT", "gypfile": true, "dependencies": { "bindings": "^1.5.0", "nan": "^2.14.2" }, "devDependencies": { "chai": "^4.2.0", "jpeg-js": "^0.4.2", "mocha": "^8.2.1" }, "contributors": [ "Alexandre Perrin <alex@kaworu.ch> (https://github.com/kAworu)", "Daniel Beer <dlbeer@gmail.com> (https://github.com/dlbeer)" ] }