mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-10 14:34:14 +00:00
9 lines
324 B
JSON
9 lines
324 B
JSON
{
|
|
"name": "VeganCheck",
|
|
"version": "1.2.0",
|
|
"description": "VeganCheck.me is a Progressive Web App, which scans EAN/UPC-Codes and tells you if a product is vegan or not using a javascript-only barcode-scanner and API by OpenFoodFacts.",
|
|
"dependencies": {
|
|
"barcode-reader": "^1.6.1",
|
|
"jquery": "^3.6.0"
|
|
}
|
|
}
|