platform/pubspec.yaml

12 lines
380 B
YAML
Raw Normal View History

2016-05-09 22:51:07 +00:00
name: angel_mongo
version: 1.0.0-dev
description: Core libraries for the Angel framework.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_framework
dependencies:
2016-06-22 18:34:28 +00:00
angel_framework: ">=1.0.0-dev < 2.0.0"
json_god: ">=2.0.0-beta <3.0.0"
mongo_dart: ">= 0.2.7 < 1.0.0"
2016-05-09 22:51:07 +00:00
dev_dependencies:
http: ">= 0.11.3 < 0.12.0"
test: ">= 0.12.13 < 0.13.0"