platform/pubspec.yaml

27 lines
596 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-03-25 22:39:31 +00:00
version: "1.0.9"
2017-02-01 22:56:04 +00:00
dependencies:
2017-03-10 03:39:24 +00:00
# analyzer: "^0.29.0"
2017-02-01 22:56:04 +00:00
args: "^0.13.7"
2017-03-10 03:39:24 +00:00
code_builder: "^1.0.0-beta"
2017-02-01 22:56:04 +00:00
console: "^2.2.3"
glob: "^1.1.0"
2017-03-24 20:25:50 +00:00
http: ^0.11.3
2017-02-01 22:56:04 +00:00
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"
2017-03-24 20:25:50 +00:00
dev_dependencies:
build_runner: ^0.3.0
check_for_update: ^1.0.0
2017-02-01 22:56:04 +00:00
environment:
2016-12-21 21:27:54 +00:00
sdk: ">=1.19.0"
2017-02-01 22:56:04 +00:00
executables:
angel: "angel"