-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 857 Bytes
/
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
{
"name": "graphql-rxjs-websocket-example",
"version": "0.0.1",
"description": "Example that shows integration between graphql-rxjs & websocket transport",
"main": "index.js",
"scripts": {
"start": "node src/main.js"
},
"author": "Hagai Cohen <hagai.co@gmail.com>",
"license": "MIT",
"dependencies": {
"apollo-server-express": "^1.0.5",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"graphql": "^0.10.5",
"graphql-rxjs": "^0.10.5-3",
"graphql-tools": "^1.1.0",
"rxjs": "^5.4.2",
"subscriptions-transport-ws": "^0.8.2"
},
"homepage": "https://github.com/DxCx/graphql-rxjs-websocket-example",
"bugs": {
"url": "https://github.com/DxCx/graphql-rxjs-websocket-example/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/DxCx/graphql-rxjs-websocket-example.git"
}
}