9 lines
260 B
YAML
9 lines
260 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/thosakwe/graphql_schema
|
||
|
environment:
|
||
|
sdk: ">=1.8.0 <3.0.0"
|
||
|
dev_dependencies:
|
||
|
test: ^0.12.0
|