platform-cli/pubspec.yaml

14 lines
394 B
YAML
Raw Normal View History

2016-07-05 21:19:02 +00:00
name: angel_cli
version: 1.0.0-dev
description: Command-line tools for the Angel framework.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_cli
2016-07-05 21:20:01 +00:00
executables:
angel: angel
2016-07-05 21:19:02 +00:00
dependencies:
2016-09-14 04:33:28 +00:00
analyzer: ">=0.28.1 <1.0.0"
2016-07-05 21:19:02 +00:00
args: ">=0.3.4 <1.0.0"
console: ">=2.2.3 <3.0.0"
2016-09-15 00:20:23 +00:00
# dart_style: "0.2.9+1 <0.3.0"
2016-07-05 21:19:02 +00:00
mustache4dart: ">=1.0.0 <3.0.0"
yaml: ">=2.0.0 <3.0.0"