forked from yahoohung/loopback-graphql-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"author": {
"name": "Marshall Chan",
"email": "[email protected]"
},
"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"
}
}