2018-07-09 06:14:25 +00:00
|
|
|
name: angel_seo
|
2021-06-20 12:37:20 +00:00
|
|
|
version: 2.0.0
|
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
|
|
|
homepage: https://github.com/angel-dart/seo
|
2021-06-20 12:37:20 +00:00
|
|
|
publish_to: none
|
2018-07-09 17:20:14 +00:00
|
|
|
environment:
|
2021-06-20 12:37:20 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2018-07-09 06:14:25 +00:00
|
|
|
dependencies:
|
2021-06-20 12:37:20 +00:00
|
|
|
angel_framework:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/framework
|
|
|
|
angel_static:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/static
|
|
|
|
file: ^6.1.2
|
|
|
|
html: ^0.15.0
|
|
|
|
http_parser: ^4.0.0
|
|
|
|
path: ^1.8.0
|
2018-07-09 06:14:25 +00:00
|
|
|
dev_dependencies:
|
2021-06-20 12:37:20 +00:00
|
|
|
angel_test:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/test
|
|
|
|
logging: ^1.0.1
|
|
|
|
test: ^1.17.8
|
|
|
|
pedantic: ^1.11.1
|