platform/graphql_schema/pubspec.yaml

12 lines
311 B
YAML
Raw Normal View History

2018-08-02 13:31:54 +00:00
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/thosakwe/graphql_schema
environment:
sdk: ">=1.8.0 <3.0.0"
2018-08-02 15:17:14 +00:00
dependencies:
meta: ^1.0.0
2018-08-03 21:07:08 +00:00
source_span: ^1.0.0
2018-08-02 13:31:54 +00:00
dev_dependencies:
test: ^0.12.0