UNPKG

graphqly

Version:
31 lines 821 B
{ "name": "graphqly", "version": "0.1.11", "description": "GraphQL made easy", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/anhldbk/graphqly.git" }, "author": "Anh Le", "license": "GPL-3.0", "bugs": { "url": "https://github.com/anhldbk/graphqly/issues" }, "homepage": "https://github.com/anhldbk/graphqly#readme", "scripts": { "test": "./node_modules/.bin/mocha --reporter spec" }, "keywords": ["GraphQL", "made", "easy"], "dependencies": { "gql": "^1.1.2", "graphql-subscriptions": "^0.4.4", "graphql-tools": "^1.1.0", "lodash": "^4.17.4", "winston": "^2.3.1" }, "devDependencies": { "chai": "^4.0.2", "mocha": "^3.4.2" } }