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
2022-04-25 00:54:13 +00:00
version: 6.0.1
2021-09-25 15:37:22 +00:00
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:
2022-04-23 04:21:39 +00:00
sdk: '>=2.16.0 <3.0.0'
2017-12-22 13:39:21 +00:00
dependencies:
2022-04-23 04:21:39 +00:00
angel3_framework: ^6.0.0
2021-06-20 12:37:20 +00:00
crypto: ^3.0.1
2017-12-22 13:39:21 +00:00
dev_dependencies:
2022-04-23 04:21:39 +00:00
angel3_auth: ^6.0.0
angel3_production: ^6.0.0
angel3_redis: ^6.0.0
angel3_test: ^6.0.0
2022-04-24 01:42:33 +00:00
angel3_validate: ^6.0.0
2021-09-25 15:37:22 +00:00
belatuk_pretty_logging: ^4.0.0
2022-04-24 01:42:33 +00:00
test: ^1.21.0
2021-09-25 15:37:22 +00:00
lints: ^1.0.0
2021-09-29 07:40:27 +00:00
#dependency_overrides:
# angel3_auth:
# path: ../auth