loopback-graphql-server
Version:
Add Relay based Apollo Server or GraphQL queries on your Loopback server
48 lines • 1.39 kB
JSON
{
"author": {
"name": "Marshall Chan",
"email": "yahoohung@gmail.com"
},
"bugs": {
"url": "https://github.com/yahoohung/loopback-graphql-server/issues"
},
"bundleDependencies": [],
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.1",
"event-stream": "^3.3.4",
"graphql": "^0.11.3",
"graphql-date": "^1.0.3",
"graphql-relay": "^0.5.2",
"graphql-server-express": "^1.1.2",
"graphql-subscriptions": "^0.5.1",
"graphql-type-json": "^0.1.4",
"lodash": "^4.17.10",
"promisify-node": "^0.4.0",
"subscriptions-transport-ws": "^0.9.0",
"underscore": "^1.9.1"
},
"deprecated": false,
"description": "Add Relay based Apollo Server or GraphQL queries on your Loopback server",
"devDependencies": {},
"homepage": "https://github.com/yahoohung/loopback-graphql-server#readme",
"keywords": [
"Loopback",
"GraphQL",
"Apollo",
"Express",
"Javascript",
"REST",
"APIs"
],
"license": "MIT",
"main": "src/index.js",
"name": "loopback-graphql-server",
"optionalDependencies": {},
"scripts": {},
"version": "1.1.8",
"repository": {
"type": "git",
"url": "https://github.com/yahoohung/loopback-graphql-server.git"
}
}