thebakeryio/parse-graphql-server

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "parse-graphql-server",
  "version": "0.3.0",
  "description": "GraphQL server for Parse",
  "main": "dist/parse-graphql.js",
  "scripts": {
    "test": "gulp",
    "lint": "gulp lint",
    "watch": "gulp watch",
    "build": "gulp build",
    "coverage": "gulp coverage",
    "prepublish": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thebakeryio/parse-graphql-server.git"
  },
  "keywords": [],
  "author": "hi@thebakery.io",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thebakeryio/parse-graphql-server/issues"
  },
  "homepage": "https://github.com/thebakeryio/parse-graphql-server",
  "devDependencies": {
    "babel-core": "^6.3.26",
    "babel-loader": "^6.2.0",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.3.13",
    "chai": "^3.4.1",
    "del": "^2.2.0",
    "eslint": "2.9.0",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.10.1",
    "glob": "^7.0.3",
    "graphql": "^0.6.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.2",
    "gulp-concat": "^2.6.0",
    "gulp-eslint": "^2.0.0",
    "gulp-filter": "^4.0.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-livereload": "^3.8.1",
    "gulp-load-plugins": "^1.1.0",
    "gulp-mocha": "^2.2.0",
    "gulp-plumber": "^1.0.1",
    "gulp-sourcemaps": "^1.6.0",
    "isparta": "^4.0.0",
    "json-loader": "^0.5.3",
    "mocha": "^2.3.4",
    "proxyquire": "^1.7.10",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "dependencies": {
    "express-graphql": "^0.5.3",
    "parse": "^1.8.5"
  },
  "peerDependencies": {
    "graphql": "^0.6.0"
  }
}