shape-detection
Version:
Web ShapeDetection (QR Codes, Text, more) polyfill
45 lines (44 loc) • 1.15 kB
JSON
{
"name": "shape-detection",
"version": "0.2.0",
"description": "Web ShapeDetection (QR Codes, Text, more) polyfill",
"main": "src/shapedetection.js",
"jsnext:main": "src/shapedetection.js",
"scripts": {
"lint": "eslint src/*.js docs/index.js",
"dev": "webpack-dev-server --progress --colors",
"lt": "lt --port 8080 --subdomain shapedetection",
"docs": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelao/shapedetection-polyfill.git"
},
"keywords": [
"QRCode",
"Barcode",
"OCR",
"image",
"capture",
"ImageCapture",
"MediaStream",
"getUserMedia"
],
"author": "Miguel Casas-Sanchez (miguelao)",
"license": "Apache",
"bugs": {
"url": "https://github.com/miguelao/shapedetection-polyfill/issues"
},
"homepage": "https://github.com/miguelao/shapedetection-polyfill",
"dependencies": {
"quagga": ">=0.11.6",
"qrcode-reader": ">=0.3.0"
},
"devDependencies": {
"eslint": "^3.6.1",
"eslint-config-google": "^0.7.0",
"localtunnel": "^1.8.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.1.0-beta.8"
}
}