html5-qrcode
Version:
a cross platform HTML5 QR Code scanner
42 lines (41 loc) • 1.3 kB
JSON
{
"name": "html5-qrcode",
"version": "1.0.9",
"description": "a cross platform HTML5 QR Code scanner",
"main": "html5-qrcode.js",
"scripts": {
"prebuild": "echo > minified/html5-qrcode.min.js && echo 'html5-qrcode.min.js truncated!'",
"build": "babel html5-qrcode.js -d transpiled && echo 'code transpiled' && minify transpiled/html5-qrcode.js --out-file minified/tmp.js",
"postbuild": "cp third_party/qrcode.min.js minified/html5-qrcode.min.js && cat minified/tmp.js >> minified/html5-qrcode.min.js && rm minified/tmp.js && echo 'minifed and combined'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mebjas/html5-qrcode.git"
},
"keywords": [
"html5",
"qrcode",
"html",
"camera",
"scanner"
],
"author": "minhazav@gmail.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mebjas/html5-qrcode/issues"
},
"homepage": "https://github.com/mebjas/html5-qrcode#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-minify": "^0.5.1"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3"
},
"files": [
"minified/*"
]
}