platform/pubspec.yaml

21 lines
527 B
YAML
Raw Normal View History

2016-05-03 04:13:19 +00:00
name: angel_auth
2018-09-12 00:51:30 +00:00
description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more.
2019-01-04 15:47:01 +00:00
version: 2.1.0
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
2017-01-13 15:50:38 +00:00
environment:
2018-08-26 23:11:37 +00:00
sdk: ">=2.0.0-dev <3.0.0"
2016-05-03 04:13:19 +00:00
dependencies:
2018-08-26 23:11:37 +00:00
angel_framework: ^2.0.0-alpha
2019-01-04 15:47:01 +00:00
charcode: ^1.0.0
2017-01-13 15:50:38 +00:00
crypto: ^2.0.0
2018-09-11 22:14:33 +00:00
http_parser: ^3.0.0
2019-01-04 15:47:01 +00:00
meta: ^1.0.0
quiver_hashcode: ^2.0.0
2016-05-03 04:13:19 +00:00
dev_dependencies:
2019-01-04 15:47:01 +00:00
http: ^0.12.0
2018-07-10 23:31:50 +00:00
io: ^0.3.2
logging: ^0.11.0
2019-01-04 15:47:01 +00:00
pedantic: ^1.0.0
2018-08-26 23:11:37 +00:00
test: ^1.0.0