redux-graphql-subscriptions
Version:
A Redux middleware for managing GraphQL Subscriptions.
29 lines (28 loc) • 730 B
JSON
{
"name": "redux-graphql-subscriptions",
"version": "0.0.9",
"description": "A Redux middleware for managing GraphQL Subscriptions.",
"main": "src/index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"graphql": "^0.11.3",
"subscriptions-transport-ws": "^0.9.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"redux": ">= 3.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hally9k/redux-graphql-subscriptions"
},
"keywords": ["Redux", "GraphQL", "Subscriptions"],
"author":
"Hal Smith Stevens <hally9k@gmail.com> (https://github.com/hally9k)",
"license": "MIT"
}