platform/graphql_schema/pubspec.yaml
2018-08-11 13:43:31 -04:00

13 lines
No EOL
319 B
YAML

name: graphql_schema
version: 1.0.0
description: An implementation of GraphQL's type system in Dart.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/graphql
environment:
sdk: ">=1.8.0 <3.0.0"
dependencies:
collection: ^1.0.0
meta: ^1.0.0
source_span: ^1.0.0
dev_dependencies:
test: