This repository was archived by the owner on Feb 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.38 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.38 KB
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
{
"name": "graphql-socketio-subscriptions-transport",
"version": "1.0.7",
"description": "Socket.IO transport for graphql subscriptions",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist --source-maps inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redcatjs/graphql-socketio-subscriptions-transport.git"
},
"keywords": [
"grapql",
"socketio",
"subscriptions",
"transport"
],
"author": "Jo <jo@redcat.ninja> (https://redcat.ninja)",
"license": "MIT",
"bugs": {
"url": "https://github.com/redcatjs/graphql-socketio-subscriptions-transport/issues"
},
"homepage": "https://github.com/redcatjs/graphql-socketio-subscriptions-transport#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.25.0"
},
"dependencies": {
"babel-plugin-inline-import": "^2.0.6",
"graphql": "^0.11.7",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3"
}
}