platform/packages/orm/angel_orm/pubspec.yaml

32 lines
853 B
YAML
Raw Normal View History

2017-07-10 21:49:00 +00:00
name: angel_orm
version: 2.1.0-beta.3
2018-12-03 13:42:45 +00:00
description: Runtime support for Angel's ORM. Includes base classes for queries.
2017-07-10 21:49:00 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/orm
environment:
2021-03-08 14:25:12 +00:00
sdk: '>=2.10.0 <3.0.0'
2017-07-10 21:49:00 +00:00
dependencies:
2021-03-08 14:25:12 +00:00
charcode: ^1.2.0
intl: ^0.17.0
meta: ^1.3.0
string_scanner: ^1.1.0
2018-08-24 12:30:38 +00:00
dev_dependencies:
2021-03-08 14:25:12 +00:00
angel_model:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/model
angel_serialize:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/serialize/angel_serialize
angel_serialize_generator:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/serialize/angel_serialize_generator
build_runner: ^1.11.5
pedantic: ^1.11.0
test: ^1.16.5