platform/pubspec.yaml

14 lines
336 B
YAML
Raw Normal View History

2017-09-29 02:16:44 +00:00
name: angel_oauth2
author: Tobe O <thosakwe@gmail.com>
description: angel_auth strategy for in-house OAuth2 login.
2017-12-07 06:21:50 +00:00
homepage: https://github.com/angel-dart/oauth2.git
version: 1.0.0
2017-09-29 02:16:44 +00:00
environment:
sdk: ">=1.19.0"
2017-01-24 03:28:34 +00:00
dependencies:
2017-10-16 06:38:46 +00:00
angel_framework: ^1.0.0-dev
2017-01-24 03:28:34 +00:00
dev_dependencies:
2017-09-29 02:16:44 +00:00
angel_test: ^1.1.0-alpha
oauth2: ^1.0.0
test: ^0.12.0