platform/packages/auth_twitter/pubspec.yaml

28 lines
703 B
YAML
Raw Normal View History

2021-03-13 01:33:09 +00:00
name: "angel_auth_twitter"
2021-05-02 07:32:24 +00:00
version: 3.0.0
2019-03-23 04:22:20 +00:00
description: "package:angel_auth strategy for Twitter login. Auto-signs requests."
2016-12-23 02:07:47 +00:00
homepage: "https://github.com/angel-dart/auth_twitter.git"
2021-03-13 01:33:09 +00:00
publish_to: none
2021-05-02 07:32:24 +00:00
environment:
sdk: ">=2.10.0 <3.0.0"
2019-03-23 04:22:20 +00:00
dependencies:
2021-03-13 01:33:09 +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: ^0.13.0
2019-04-11 14:30:55 +00:00
path: ^1.0.0
2021-03-13 01:33:09 +00:00
twitter:
git:
url: https://github.com/dukefirehawk/twitter.dart.git
ref: sdk-2.12.x
2019-03-23 04:22:20 +00:00
dev_dependencies:
2021-03-13 01:33:09 +00:00
logging: ^1.0.0
pedantic: ^1.11.0