forked from openfoodfacts/openfoodfacts-dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
36 lines (31 loc) · 876 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: openfoodfacts
description: Dart package for the Open Food Facts API, a food products database made by everyone, for everyone.
# The version is automatically, temporarily increased by the release workflow, changing it manually has no effect.
version: 3.16.0
homepage: https://github.com/openfoodfacts/openfoodfacts-dart
environment:
sdk: '>=2.17.0 <4.0.0'
dependencies:
json_annotation: ^4.9.0
http: '>=0.13.5 <2.0.0'
http_parser: ^4.0.2
path: ^1.9.0
meta: ^1.8.0
dev_dependencies:
analyzer: ^6.2.0
build_runner: ^2.4.9
json_serializable: ^6.8.0
lints: ">=3.0.0 <5.0.0"
test: ^1.25.5
coverage: ^1.8.0
funding:
- "https://donate.openfoodfacts.org/"
- "https://opencollective.com/openfoodfacts-server"
# 5 topics max
# cf. https://dart.dev/tools/pub/pubspec#topics
topics:
- nutriscore
- ecoscore
- nutrition
- food
- ingredients