platform/pubspec.yaml
2016-07-05 17:11:54 -04:00

17 lines
No EOL
543 B
YAML

name: angel
description: An easily-extensible web server framework in Dart.
version: 1.0.0-dev
author: thosakwe <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel
publish_to: none
dependencies:
angel_auth: ">=1.0.0-dev <2.0.0"
angel_configuration: ">=1.0.0-dev <2.0.0"
angel_framework: ">=1.0.0-dev <2.0.0"
angel_mongo: ">=1.0.0-dev <2.0.0"
angel_mustache: ">=1.0.0-dev <2.0.0"
angel_static: ">=1.0.0 <1.1.0"
json_god: ">=2.0.0-beta <3.0.0"
dev_dependencies:
http: ">=0.11.3 <0.12.0"
test: ">=0.12.13 <0.13.0"