platform/pubspec.yaml

20 lines
525 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
2019-05-02 07:28:38 +00:00
version: 2.2.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:
2019-05-02 07:31:02 +00:00
angel_framework: ^2.0.0-rc.0
2018-07-09 16:42:06 +00:00
angel_http_exception: ^1.0.0
2018-12-15 08:39:42 +00:00
crypto: ^2.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
2019-05-02 07:28:38 +00:00
pedantic: ^1.0.0
2018-11-08 15:32:36 +00:00
test: ^1.0.0
2019-05-02 07:31:02 +00:00
uuid: ^2.0.0