{ "name": "graphql-server-module-graphiql", "version": "0.7.2", "description": "GraphiQL renderer for Apollo GraphQL Server", "main": "dist/index.js", "scripts": { "compile": "tsc", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "https://github.com/apollostack/graphql-server/tree/master/packages/graphql-server-module-graphiql" }, "keywords": [ "GraphQL", "GraphiQL", "Apollo", "Javascript" ], "author": "Jonas Helfer ", "license": "MIT", "bugs": { "url": "https://github.com/apollostack/graphql-server/issues" }, "homepage": "https://github.com/apollostack/graphql-server#readme", "dependencies": {}, "devDependencies": {}, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" } }