2018-07-09 06:14:25 +00:00
|
|
|
name: angel_seo
|
2018-11-08 16:17:44 +00:00
|
|
|
description: Helper infrastructure for building SEO-friendly Web backends in Angel.
|
2018-07-09 17:20:14 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
homepage: https://github.com/angel-dart/seo
|
2018-11-08 16:17:44 +00:00
|
|
|
version: 2.0.0
|
2018-07-09 17:20:14 +00:00
|
|
|
environment:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: ">=2.10.0 <2.12.0"
|
2018-07-09 06:14:25 +00:00
|
|
|
dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_framework: #^2.0.0-alpha
|
|
|
|
path: ../framework
|
|
|
|
angel_static: #^2.0.0-alpha
|
|
|
|
path: ../static
|
2018-11-08 16:17:44 +00:00
|
|
|
file: ^5.0.0
|
2018-07-09 06:14:25 +00:00
|
|
|
html: ^0.13.0
|
2018-11-08 16:19:31 +00:00
|
|
|
http_parser: ^3.0.0
|
2018-07-09 06:14:25 +00:00
|
|
|
path: ^1.0.0
|
|
|
|
dev_dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_test: #^2.0.0-alpha
|
|
|
|
path: ../test
|
2018-11-08 16:17:44 +00:00
|
|
|
logging:
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|