simpl-to-graphql-schema
Version:
simpl schema to graphql schema converter
31 lines (30 loc) • 738 B
JSON
{
"name": "simpl-to-graphql-schema",
"version": "2.0.0",
"description": "simpl schema to graphql schema converter",
"main": "index.js",
"dependencies": {
"graphql": ">=0.13.2",
"moment": ">=2.19.1"
},
"devDependencies": {
},
"repository": {
"type": "git",
"url": "https://github.com/nehtt/simpl-to-graphql-schema"
},
"keywords": [
"meteor",
"simpl-schema",
"graphql",
"schema",
"converter"
],
"author": "Lucas AGUILLON",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/nehtt/simpl-to-graphql-schema/issues"
},
"homepage": "https://github.com/nehtt/simpl-to-graphql-schema"
}