platform/pubspec.yaml

12 lines
368 B
YAML
Raw Normal View History

2016-05-03 04:13:19 +00:00
name: angel_auth
description: A complete authentication plugin for Angel.
2016-09-21 23:09:23 +00:00
version: 1.0.0-dev+7
2016-07-03 23:36:41 +00:00
author: Tobe O <thosakwe@gmail.com>
2016-05-03 04:13:19 +00:00
homepage: https://github.com/angel-dart/angel_auth
dependencies:
2016-07-06 13:48:28 +00:00
angel_framework: ">=1.0.0-dev <2.0.0"
crypto: ">=2.0.0 <3.0.0"
2016-05-09 20:47:28 +00:00
oauth2: ">= 1.0.2 < 2.0.0"
2016-05-03 04:13:19 +00:00
dev_dependencies:
http: ">= 0.11.3 < 0.12.0"
test: ">= 0.12.13 < 0.13.0"