codemeasandwich/graphql-query-builder

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "graphql-query-builder",
  "version": "1.0.7",
  "description": "a simple but powerful graphQL query builder",
  "main": "index.js",
  "bin": {},
  "directories": {
    "example": "example"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.12",
    "istanbul": "^0.4.4",
    "mocha": "^3.0.1"
  },
  "scripts": {
    "test": "mocha ./test.js",
    "test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/codemeasandwich/graphql-query-builder.git"
  },
  "homepage": "https://github.com/codemeasandwich/graphql-query-builder",
  "keywords": [
    "graphql",
    "query",
    "builder",
    "generator",
    "orm",
    "queries"
  ],
  "author": {
    "name": "Brian Shannon",
    "url": "https://github.com/codemeasandwich/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/codemeasandwich/graphql-query-builder/issues"
  }
}