platform/packages/security/pubspec.yaml

23 lines
605 B
YAML
Raw Normal View History

2021-06-26 11:02:51 +00:00
name: angel3_security
2021-09-25 15:37:22 +00:00
version: 3.1.0
description: Angel3 infrastructure for improving security, rate limiting, and more
2021-09-25 16:24:27 +00:00
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/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-09-25 15:37:22 +00:00
angel3_framework: ^4.2.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
2021-09-25 15:37:22 +00:00
angel3_production: ^3.1.0
2021-06-26 11:02:51 +00:00
angel3_redis: ^2.0.0
2021-09-25 16:24:27 +00:00
angel3_test: ^4.1.0
2021-06-26 11:02:51 +00:00
angel3_validate: ^4.0.0
2021-09-25 15:37:22 +00:00
belatuk_pretty_logging: ^4.0.0
test: ^1.17.5
lints: ^1.0.0
2021-09-29 07:40:27 +00:00
#dependency_overrides:
# angel3_auth:
# path: ../auth