2018-08-02 13:31:54 +00:00
|
|
|
name: graphql_schema
|
2019-02-03 20:25:02 +00:00
|
|
|
version: 1.0.2
|
2019-02-03 20:26:08 +00:00
|
|
|
description: An implementation of GraphQL's type system in Dart. Basis of graphql_server.
|
2018-08-02 13:31:54 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2018-08-05 01:35:06 +00:00
|
|
|
homepage: https://github.com/angel-dart/graphql
|
2018-08-02 13:31:54 +00:00
|
|
|
environment:
|
|
|
|
sdk: ">=1.8.0 <3.0.0"
|
2018-08-02 15:17:14 +00:00
|
|
|
dependencies:
|
2018-08-05 01:46:45 +00:00
|
|
|
collection: ^1.0.0
|
2018-08-02 15:17:14 +00:00
|
|
|
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:
|
2018-10-23 16:02:53 +00:00
|
|
|
test: ">=0.12.0 <2.0.0"
|