platform/packages/security/pubspec.yaml

26 lines
635 B
YAML
Raw Normal View History

2019-04-20 14:53:52 +00:00
name: angel_security
2020-02-12 15:23:11 +00:00
version: 2.0.0-alpha.1
2019-10-17 02:39:35 +00:00
description: Angel infrastructure for improving security, rate limiting, and more.
2019-04-20 14:53:52 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/security
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.10.0 <2.12.0"
2017-12-22 13:39:21 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_framework: #^2.0.0
path: ../framework
2019-10-17 02:39:35 +00:00
crypto: ^2.0.0
2017-12-22 13:39:21 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
angel_auth: #^2.0.0
path: ../auth
angel_production: #^1.0.0
path: ../production
angel_redis: #^1.0.0
path: ../redis
angel_test: #^2.0.0
path: ../test
angel_validate: #^2.0.0
path: ../validate
2019-04-20 14:53:52 +00:00
pedantic: ^1.0.0
2019-08-14 20:13:37 +00:00
pretty_logging: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7