platform-cli/pubspec.yaml

23 lines
511 B
YAML
Raw Normal View History

2017-02-01 22:56:04 +00:00
author: "Tobe O <thosakwe@gmail.com>"
description: "Command-line tools for the Angel framework."
homepage: "https://github.com/angel-dart/angel_cli"
name: "angel_cli"
2017-02-23 02:48:08 +00:00
version: "1.0.1"
2017-02-01 22:56:04 +00:00
dependencies:
analyzer: "^0.29.0"
args: "^0.13.7"
2017-02-23 02:48:08 +00:00
code_builder: "^1.0.0-alpha"
2017-02-01 22:56:04 +00:00
console: "^2.2.3"
glob: "^1.1.0"
id: "^1.0.0"
2017-02-23 02:48:08 +00:00
inflection: "^0.4.1"
2017-02-01 22:56:04 +00:00
pubspec: "^0.0.14"
random_string: "^0.0.1"
2017-02-19 12:54:29 +00:00
recase: "^1.0.0"
2017-02-01 22:56:04 +00:00
watcher: "^0.9.7"
yaml: "^2.0.0"
environment:
2016-12-21 21:27:54 +00:00
sdk: ">=1.19.0"
2017-02-01 22:56:04 +00:00
executables:
angel: "angel"