platform-cli/pubspec.yaml

29 lines
600 B
YAML
Raw Normal View History

2021-06-11 05:07:53 +00:00
name: angel3_cli
2021-03-13 02:51:32 +00:00
version: 3.0.0
2021-06-11 05:07:53 +00:00
description: Command-line tools for the Angel framework, including scaffolding.
homepage: https://github.com/dukefirehawk/angel3_cli
2021-03-13 02:51:32 +00:00
environment:
sdk: ">=2.10.0 <3.0.0"
2017-02-01 22:56:04 +00:00
dependencies:
2021-03-13 02:51:32 +00:00
analyzer: ^1.1.0
args: ^2.0.0
2018-07-14 21:47:49 +00:00
code_builder: ^3.0.0
2017-08-04 15:42:07 +00:00
dart_style: ^1.0.0
2021-03-13 02:51:32 +00:00
glob: ^2.0.0
http: ^0.13.0
io: ^0.3.5
2021-06-11 05:07:53 +00:00
inflection3: ^0.5.0
2021-03-13 02:51:32 +00:00
mustache4dart2: ^0.1.0
2018-07-14 21:47:49 +00:00
path: ^1.0.0
2021-03-13 02:51:32 +00:00
prompts: ^1.3.1
pubspec_parse: ^1.0.0
quiver: ^3.0.0
recase: ^3.0.1
2019-04-29 17:41:35 +00:00
shutdown: ^0.4.0
2021-03-13 02:51:32 +00:00
watcher: ^1.0.0
yaml: ^3.0.0
2021-06-11 05:07:53 +00:00
dev_dependencies:
pedantic: ^1.11.0
2017-02-01 22:56:04 +00:00
executables:
2021-06-11 05:07:53 +00:00
angel3: angel3