2016-03-04 03:47:20 +00:00
|
|
|
name: body_parser
|
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2016-09-24 18:30:01 +00:00
|
|
|
version: 1.0.0-dev+1
|
2016-03-04 03:47:20 +00:00
|
|
|
description: Parse request bodies and query strings in Dart.
|
2016-04-17 19:51:40 +00:00
|
|
|
homepage: https://github.com/thosakwe/body_parser
|
2016-09-24 18:30:01 +00:00
|
|
|
dependencies:
|
|
|
|
http_server: ">=0.9.6 <1.0.0"
|
2016-03-04 03:47:20 +00:00
|
|
|
dev_dependencies:
|
2016-09-24 18:30:01 +00:00
|
|
|
http: ">=0.11.3 <0.12.0"
|
|
|
|
json_god: ">=2.0.0-beta <3.0.0"
|
|
|
|
test: ">=0.12.15 <0.13.0"
|