• 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 <3.0.0"
10
11dependencies:
12  json_at: ^2.1.0
13  path: ^1.8.0
14  quiver: ^3.0.1
15  test: ^1.17.8
16