platform/packages/graphql/graphql_schema/pubspec.yaml
Tobe O 4e69153e3e Add 'packages/graphql/' from commit '33e2f86ba73d559197b6270df036256104726aca'
git-subtree-dir: packages/graphql
git-subtree-mainline: ac29392d7f
git-subtree-split: 33e2f86ba7
2020-02-15 18:22:07 -05:00

13 lines
No EOL
362 B
YAML

name: graphql_schema
version: 1.0.4
description: An implementation of GraphQL's type system in Dart. Basis of graphql_server.
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: ">=0.12.0 <2.0.0"