platform/pubspec.yaml

29 lines
624 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-08-08 02:06:28 +00:00
version: 1.1.5+1
2017-02-01 22:56:04 +00:00
dependencies:
2017-03-10 03:39:24 +00:00
# analyzer: "^0.29.0"
2017-06-15 01:13:03 +00:00
args: ^0.13.4
code_builder: ^1.0.0
2017-02-01 22:56:04 +00:00
console: "^2.2.3"
2017-08-04 15:42:07 +00:00
dart_style: ^1.0.0
2017-02-01 22:56:04 +00:00
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:
2017-08-04 15:42:07 +00:00
build: ^0.7.0
2017-03-24 20:25:50 +00:00
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"