configurable/pubspec.yaml

16 lines
341 B
YAML
Raw Normal View History

name: configurable
description: System Configuration and Dotenv Environment for Dart
version: 1.0.0
homepage: https://github.com/CUBETIQ/system-config-dart
repository: https://github.com/CUBETIQ/system-config-dart.git
environment:
sdk: '>=2.12.0 <3.0.0'
2021-03-24 13:34:03 +07:00
dependencies:
test: ^1.16.8
2021-03-24 13:52:20 +07:00
meta: ^1.3.0
dev_dependencies:
pedantic: ^1.9.0