evrythng-scan
Version:
Plugin for evrythng.js that adds Barcode, QR code, Image Recognition and OCR scanning to applications.
39 lines (38 loc) • 732 B
JSON
{
"name": "evrythng-scan",
"description": "Plugin for evrythng.js that adds Barcode, QR code, Image Recognition and OCR scanning to applications.",
"main": "dist/evrythng-scan.js",
"authors": [
"EVRYTHNG Ltd. <support@evrythng.com>"
],
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"license": "Apache-2.0",
"keywords": [
"evrythng",
"evt",
"iot",
"wot",
"internet of things",
"web of things",
"scanthng",
"thngscan",
"thng-scan"
],
"homepage": "https://github.com/evrythng/evrythng-scan.js",
"private": true,
"ignore": [
"**/.*",
"test",
"docker",
"Dockerfile",
"*.js"
],
"dependencies": {
"evrythng": "^5.0.0"
}
}