platform/pubspec.yaml

15 lines
411 B
YAML
Raw Normal View History

2017-01-12 22:48:51 +00:00
name: angel_auth_oauth2
description: angel_auth strategy for OAuth2 login, i.e. Facebook.
2018-09-12 03:23:42 +00:00
version: 2.0.0
2017-01-12 22:48:51 +00:00
author: Tobe O <thosakwe@gmail.com>
environment:
2018-09-12 03:23:42 +00:00
sdk: ">=2.0.0-dev <3.0.0"
2017-01-12 22:48:51 +00:00
homepage: https://github.com/angel-dart/auth_oauth2.git
dependencies:
2018-09-12 03:23:42 +00:00
angel_auth: ^2.0.0
angel_framework: ^2.0.0-alpha
angel_validate: ^2.0.0-alpha
2018-09-12 03:24:39 +00:00
http_parser: ^3.0.0
oauth2: ^1.0.0
dev_dependencies:
logging: ^0.11.0