platform/pubspec.yaml

12 lines
371 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-07-03 23:36:41 +00:00
version: 1.0.0-dev+5
author: Tobe O <thosakwe@gmail.com>
2016-05-03 04:13:19 +00:00
homepage: https://github.com/angel-dart/angel_auth
dependencies:
angel_framework: ">=0.0.0-dev < 0.1.0"
2016-05-09 20:47:28 +00:00
crypto: ">= 1.1.1 < 2.0.0"
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"