vegancheck.me/package.json

10 lines
324 B
JSON
Raw Normal View History

2021-09-03 10:24:56 +00:00
{
"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.3"
2021-09-03 10:24:56 +00:00
}
}