vegancheck.me/package.json
2022-01-31 21:50:29 +01:00

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