platform/packages/route/pubspec.yaml

16 lines
500 B
YAML
Raw Normal View History

2021-05-14 07:02:50 +00:00
name: angel3_route
2021-05-15 06:01:47 +00:00
version: 5.0.1
2021-05-14 07:02:50 +00:00
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel framework, but can be used in Flutter and on the Web.
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/route
2017-11-27 02:21:19 +00:00
environment:
2021-03-18 00:11:45 +00:00
sdk: '>=2.12.0 <3.0.0'
2017-11-27 02:21:19 +00:00
dependencies:
2021-05-14 07:02:50 +00:00
angel3_combinator: ^2.0.0
string_scanner: ^1.1.0
path: ^1.8.0
2016-10-11 18:53:32 +00:00
dev_dependencies:
2021-05-14 07:02:50 +00:00
build_runner: ^1.12.2
build_web_compilers: ^2.16.5
http: ^0.13.3
2021-03-06 12:40:23 +00:00
pedantic: ^1.11.0
2021-05-14 07:02:50 +00:00
test: ^1.17.4