vegancheck.me/package.json
2021-09-03 12:24:56 +02:00

10 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"
}
}