jsdecodeqr
Version:
Decode QR code image file using libdecodeqr (Node Addon in C++)
28 lines (27 loc) • 642 B
JSON
{
"name": "jsdecodeqr",
"version": "0.0.2",
"description": "Decode QR code image file using libdecodeqr (Node Addon in C++)",
"main": "./lib/jsdecodeqr.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/six519/jsdecodeqr"
},
"keywords": [
"QR",
"decoder",
"C++",
"Addons"
],
"author": "Ferdinand E. Silva",
"license": "ISC",
"gypfile": true,
"bugs": {
"url": "https://github.com/six519/jsdecodeqr/issues"
},
"homepage": "https://github.com/six519/jsdecodeqr"
}