platform/packages/auth_oauth2/pubspec.yaml

24 lines
633 B
YAML
Raw Normal View History

2017-01-12 22:48:51 +00:00
name: angel_auth_oauth2
2018-09-12 14:17:28 +00:00
description: angel_auth strategy for OAuth2 login, i.e. Facebook, Github, etc.
2021-03-13 00:05:59 +00:00
version: 3.0.0
#author: Tobe O <thosakwe@gmail.com>
publish_to: none
2017-01-12 22:48:51 +00:00
environment:
2021-03-13 00:05:59 +00:00
sdk: ">=2.10.0 <3.0.0"
2017-01-12 22:48:51 +00:00
homepage: https://github.com/angel-dart/auth_oauth2.git
dependencies:
2021-03-13 00:05:59 +00:00
angel_auth:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/auth
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
http_parser: ^4.0.0
oauth2: ^2.0.0
2018-09-12 03:24:39 +00:00
dev_dependencies:
2021-03-13 00:05:59 +00:00
logging: ^1.0.0
2019-01-06 00:43:06 +00:00
pedantic: ^1.0.0