apollo-server/packages/graphql-server-module-graphiql/package.json
Jonas Helfer 4ab4b62c25 v0.7.2
2017-04-21 10:43:34 -07:00

32 lines
834 B
JSON

{
"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 <jonas@helfer.email>",
"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"
}
}