UNPKG

node-red-contrib-qrdecode

Version:
31 lines (30 loc) 642 B
{ "name": "node-red-contrib-qrdecode", "version": "0.0.2", "description": "node for decoding qr code from an image file", "main": "qrdecode.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "schaturvedi@gmail.com", "keywords": [ "node-red", "qrcode", "qr-code" ], "repository": { "type": "git", "url": "git+https://github.com/sandman0/node-red-contrib-qrdecode.git" }, "license": "MIT", "dependencies": { "qrcode-reader": "latest", "jimp": "latest", "fs": "latest" }, "node-red": { "nodes": { "qrdecode": "qrdecode.js" } } }