platform/packages/security/pubspec.yaml

19 lines
503 B
YAML
Raw Normal View History

2021-06-26 11:02:51 +00:00
name: angel3_security
2021-06-26 11:41:35 +00:00
version: 3.0.1
2021-06-26 11:02:51 +00:00
description: Angel infrastructure for improving security, rate limiting, and more
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/security
2019-04-20 14:53:52 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2017-12-22 13:39:21 +00:00
dependencies:
2021-06-26 11:02:51 +00:00
angel3_framework: ^4.0.0
2021-06-20 12:37:20 +00:00
crypto: ^3.0.1
2017-12-22 13:39:21 +00:00
dev_dependencies:
2021-06-26 11:02:51 +00:00
angel3_auth: ^4.0.0
angel3_production: ^3.0.0
angel3_redis: ^2.0.0
angel3_test: ^4.0.0
angel3_validate: ^4.0.0
angel3_pretty_logging: ^3.0.0
2021-06-20 12:37:20 +00:00
pedantic: ^1.11.1
test: ^1.17.8