platform/pubspec.yaml

18 lines
490 B
YAML
Raw Normal View History

2017-09-29 02:16:44 +00:00
name: angel_oauth2
author: Tobe O <thosakwe@gmail.com>
2018-11-08 15:32:36 +00:00
description: A class containing handlers that can be used within Angel to build a spec-compliant OAuth 2.0 server.
2017-12-07 06:21:50 +00:00
homepage: https://github.com/angel-dart/oauth2.git
2018-12-15 07:19:35 +00:00
version: 2.1.0
2017-09-29 02:16:44 +00:00
environment:
2018-11-08 15:32:36 +00:00
sdk: ">=2.0.0-dev <3.0.0"
2017-01-24 03:28:34 +00:00
dependencies:
2018-11-08 15:32:36 +00:00
angel_framework: ^2.0.0-alpha
2018-07-09 16:42:06 +00:00
angel_http_exception: ^1.0.0
2017-01-24 03:28:34 +00:00
dev_dependencies:
2018-11-08 15:33:51 +00:00
angel_validate: ^2.0.0-alpha
2018-11-08 15:32:36 +00:00
angel_test: ^2.0.0-alpha
2018-11-08 15:33:51 +00:00
logging:
2017-09-29 02:16:44 +00:00
oauth2: ^1.0.0
2018-11-08 15:32:36 +00:00
test: ^1.0.0
uuid: ^1.0.0