15 lines
398 B
YAML
15 lines
398 B
YAML
|
name: platform_http_server
|
||
|
version: 4.5.1
|
||
|
description: A collection of useful utility classes for building HTTP server.
|
||
|
repository: https://github.com/dart-backend/platform_http_server
|
||
|
homepage: https://github.com/dart-backend/platform_http_server
|
||
|
environment:
|
||
|
sdk: '>=3.5.0 <4.0.0'
|
||
|
dependencies:
|
||
|
mime: ^2.0.0
|
||
|
path: ^1.9.0
|
||
|
dev_dependencies:
|
||
|
lints: ^5.0.0
|
||
|
test: ^1.25.0
|
||
|
test_api: ^0.7.0
|