platform/graphql_server/pubspec.yaml

20 lines
561 B
YAML
Raw Normal View History

2018-08-02 13:25:41 +00:00
name: graphql_server
2019-09-29 23:03:39 +00:00
version: 1.0.2
2018-10-23 16:10:34 +00:00
author: Tobe O <thosakwe@gmail.com>
description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
homepage: https://github.com/angel-dart/graphql
environment:
sdk: ">=1.8.0 <3.0.0"
2018-08-02 13:25:41 +00:00
dependencies:
2018-08-02 17:02:00 +00:00
angel_serialize: ^2.0.0
2018-08-04 19:18:53 +00:00
collection: ^1.0.0
2018-10-23 16:07:49 +00:00
graphql_schema: ^1.0.0
graphql_parser: ^1.0.0
2018-08-04 19:18:53 +00:00
meta: ^1.0.0
2018-08-11 17:43:31 +00:00
recase: ^2.0.0
2019-04-18 02:02:27 +00:00
stream_channel: ^2.0.0
2018-08-02 17:19:30 +00:00
tuple: ^1.0.0
2018-08-02 15:17:14 +00:00
dev_dependencies:
2019-04-24 17:06:14 +00:00
pedantic: ^1.0.0
2019-09-29 23:03:39 +00:00
test: ">=0.12.0 <2.0.0"