tinygql
Version:
A tiny GraphQL browser client with zero dependencies
26 lines (25 loc) • 606 B
JSON
{
"name": "tinygql",
"version": "0.0.4",
"description": "A tiny GraphQL browser client with zero dependencies",
"main": "index.js",
"browser": "./umd/tinygql.js",
"files": [
"index.js",
"umd/*.*"
],
"keywords": [
"graphql",
"client",
"microlibrary",
"umd"
],
"homepage": "https://github.com/travellingprog/tinygql",
"bugs": "https://github.com/travellingprog/tinygql/issues",
"repository": {
"url": "https://github.com/travellingprog/tinygql",
"type": "git"
},
"author": "Erick Cardenas Mendez <e.cardenasmendez@gmail.com>",
"license": "MIT"
}