• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: ejdb2_dart
2description: Embeddable JSON Database engine EJDB http://ejdb.org Dart binding.
3version: @EJDB2_DART_VERSION@
4homepage: https://github.com/Softmotions/ejdb
5issue_tracker: https://github.com/Softmotions/ejdb/issues?q=is%3Aissue+label%3ADart+
6license: MIT
7
8environment:
9  sdk: ">=2.12.0-0 <3.0.0"
10
11dependencies:
12  json_at: ^2.0.0-nullsafety.1
13  path: ^1.8.0-nullsafety.3
14  quiver: ^3.0.0-nullsafety.2
15  test: ^1.16.0-nullsafety.13
16