mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-15 00:27:08 +00:00
11 lines
360 B
JSON
11 lines
360 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",
|
||
|
"pwa-install-prompt": "^1.1.1"
|
||
|
}
|
||
|
}
|