platform/pubspec.yaml

11 lines
332 B
YAML
Raw Normal View History

2016-03-04 03:47:20 +00:00
name: body_parser
author: Tobe O <thosakwe@gmail.com>
2017-03-07 20:42:01 +00:00
version: 1.0.0
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
dependencies:
http_server: ">=0.9.6 <1.0.0"
2016-03-04 03:47:20 +00:00
dev_dependencies:
http: ">=0.11.3 <0.12.0"
json_god: ">=2.0.0-beta <3.0.0"
test: ">=0.12.15 <0.13.0"