2016-10-03 23:13:08 +03:00
|
|
|
{
|
2016-10-18 09:36:07 +03:00
|
|
|
"name": "graphql-server-hapi",
|
2017-06-12 23:46:19 -07:00
|
|
|
"version": "0.8.2",
|
2016-10-03 23:13:08 +03:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Hapi",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc",
|
|
|
|
"prepublish": "npm run compile"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-10-18 09:36:07 +03:00
|
|
|
"url": "https://github.com/apollostack/graphql-server/tree/master/packages/graphql-server-hapi"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Hapi",
|
|
|
|
"Server",
|
|
|
|
"Javascript"
|
|
|
|
],
|
|
|
|
"author": "Jonas Helfer <jonas@helfer.email>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-10-18 09:36:07 +03:00
|
|
|
"url": "https://github.com/apollostack/graphql-server/issues"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
2016-10-18 09:36:07 +03:00
|
|
|
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
2016-10-03 23:13:08 +03:00
|
|
|
"dependencies": {
|
2017-05-30 18:16:37 -07:00
|
|
|
"boom": "^5.1.0",
|
2017-06-12 23:46:19 -07:00
|
|
|
"graphql-server-core": "^0.8.2",
|
|
|
|
"graphql-server-module-graphiql": "^0.8.2"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-06-13 12:01:47 -07:00
|
|
|
"@types/boom": "4.3.2",
|
2017-05-30 18:16:37 -07:00
|
|
|
"@types/graphql": "^0.9.1",
|
2017-06-12 22:38:52 -07:00
|
|
|
"@types/hapi": "^16.1.4",
|
2017-06-12 23:46:19 -07:00
|
|
|
"graphql-server-integration-testsuite": "^0.8.2",
|
2017-06-12 22:38:52 -07:00
|
|
|
"hapi": "^16.4.3"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2017-05-28 20:07:06 +03:00
|
|
|
"graphql": "^0.9.0 || ^0.10.1"
|
2016-10-03 23:13:08 +03:00
|
|
|
},
|
2016-10-06 14:05:48 +03:00
|
|
|
"optionalDependencies": {
|
2017-05-30 18:16:37 -07:00
|
|
|
"@types/graphql": "^0.9.1",
|
2017-06-13 12:01:47 -07:00
|
|
|
"@types/hapi": "^16.1.2"
|
2016-10-06 14:05:48 +03:00
|
|
|
},
|
2016-10-03 23:13:08 +03:00
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|