Updated package static
This commit is contained in:
parent
3e5945b397
commit
3ebd7c6e83
1 changed files with 18 additions and 11 deletions
|
@ -1,24 +1,31 @@
|
|||
name: angel_static
|
||||
description: Static server middleware for Angel. Also capable of serving Range responses.
|
||||
version: 3.0.0
|
||||
environment:
|
||||
sdk: ">=2.10.0 <2.12.0"
|
||||
sdk: ">=2.10.0 <3.0.0"
|
||||
homepage: https://github.com/angel-dart/static
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
version: 2.1.3+2
|
||||
publish_to: none
|
||||
dependencies:
|
||||
angel_framework: #^2.0.0-rc.0
|
||||
path: ../framework
|
||||
convert: ^2.0.0
|
||||
crypto: ^2.0.0
|
||||
file: ^5.0.0
|
||||
http_parser: ^3.0.0
|
||||
angel_framework:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/framework
|
||||
convert: ^3.0.0
|
||||
crypto: ^3.0.0
|
||||
file: ^6.1.0
|
||||
http_parser: ^4.0.0
|
||||
path: ^1.4.2
|
||||
range_header: ^2.0.0
|
||||
dev_dependencies:
|
||||
angel_test: #^2.0.0-alpha
|
||||
path: ../test
|
||||
angel_test:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/test
|
||||
http:
|
||||
logging: ^0.11.0
|
||||
logging: ^1.0.0
|
||||
matcher: ^0.12.0
|
||||
pedantic: ^1.0.0
|
||||
test: ^1.15.7
|
||||
|
|
Loading…
Reference in a new issue