31 lines
No EOL
768 B
YAML
31 lines
No EOL
768 B
YAML
name: angel_seo
|
|
version: 2.0.0
|
|
description: Helper infrastructure for building SEO-friendly Web backends in Angel.
|
|
homepage: https://github.com/angel-dart/seo
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
dependencies:
|
|
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
|
|
dev_dependencies:
|
|
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 |