Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

pfchangs / hapi-graphql   js

Repository URL to install this package:

Version: 0.4.0-ccinternal 

/ package.json

{
  "name": "hapi-graphql",
  "version": "0.4.0-ccinternal",
  "description": "Create a GraphQL HTTP server with Hapi.",
  "author": "Simon Degraeve <simon.degraeve@gmail.com>",
  "main": "./lib/index.js",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SimonDegraeve/hapi-graphql/issues"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/SimonDegraeve/hapi-graphql.git"
  },
  "keywords": [
    "hapi",
    "graphql"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "babel src --out-dir lib"
  },
  "devDependencies": {
    "babel": "^5.8.33",
    "babel-eslint": "^4.1.6",
    "eslint": "^1.10.3",
    "eslint-plugin-babel": "^3.0.0",
    "graphql": "^0.4.14",
    "hapi": "^11.1.2"
  },
  "dependencies": {
    "babel-runtime": "^5.8.33",
    "boom": "^3.0.0",
    "joi": "^7.0.1"
  },
  "peerDependencies": {
    "graphql": "^0.4.14"
  }
}