neutron-graph
Version:
A small GraphQL Query generator
22 lines (21 loc) • 400 B
JSON
{
"name": "neutron-graph",
"description": "A small GraphQL Query generator",
"main": "index.js",
"authors": [
"Paul Bailey <paul@neutrondrive.com>"
],
"license": "MIT",
"keywords": [
"graphql",
"graphene"
],
"homepage": "https://github.com/pizzapanther/Neutron-Graph",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}