{
"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"
}
}