platform/packages/mongo/pubspec.yaml

29 lines
726 B
YAML
Raw Normal View History

2016-05-09 22:51:07 +00:00
name: angel_mongo
2021-06-18 10:17:13 +00:00
version: 3.0.0
2018-10-18 23:03:08 +00:00
description: MongoDB-enabled services for the Angel framework. Well-tested.
2016-06-23 20:04:10 +00:00
homepage: https://github.com/angel-dart/angel_mongo
2021-06-18 10:17:13 +00:00
publish_to: none
2018-10-18 22:58:03 +00:00
environment:
2021-06-18 10:17:13 +00:00
sdk: '>=2.10.0 <3.0.0'
2016-05-09 22:51:07 +00:00
dependencies:
2021-06-18 10:17:13 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
json_god:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/json_god
merge_map:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/merge_map
mongo_dart: ^0.7.0
2016-05-09 22:51:07 +00:00
dev_dependencies:
2021-06-18 10:17:13 +00:00
http: ^0.13.0
2019-04-20 18:59:22 +00:00
pedantic: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7