forked from justinribeiro/barcode-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 814 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@justinribeiro/barcode-reader",
"description": "A web component that uses the Shape Detection API and module scripts in DedicatedWorker to detect barcodes.",
"author": "Justin Ribeiro <justin@justinribeiro.com>",
"repository": {
"type": "git",
"url": "git@github.com:justinribeiro/barcode-reader.git"
},
"license": "MIT",
"version": "0.1.0",
"main": "barcode-reader.js",
"module": "barcode-reader.js",
"dependencies": {
"comlink": "^3.2.0",
"lit-element": "^2.1.0"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.0.0-pre.19",
"@webcomponents/webcomponentsjs": "^2.0.0",
"wct-browser-legacy": "^1.0.0"
},
"keywords": [
"polymer",
"web components",
"lit-html",
"lit-element",
"barcode",
"shape detection api"
]
}