UNPKG

use-action-cable

Version:

A React hook for using ActionCable within components.

43 lines (42 loc) 1.04 kB
{ "name": "use-action-cable", "version": "6.0.8", "description": "A React hook for using ActionCable within components.", "main": "lib/index.js", "scripts": { "build": "webpack", "dev": "webpack --watch", "test": "..." }, "author": "weilandia", "repository": { "type": "git", "url": "git+https://github.com/weilandia/use-action-cable.git" }, "bugs": { "url": "https://github.com/weilandia/use-action-cable/issues" }, "homepage": "https://github.com/weilandia/use-action-cable#readme", "peerDependencies": { "@rails/actioncable": "^6.0.0", "prop-types": "^15.6.2", "react": "^16.8.0" }, "devDependencies": { "@babel/core": "^7.2.0", "@babel/preset-env": "^7.1.6", "@babel/preset-react": "^7.0.0", "@rails/actioncable": "^6.0.0", "babel-loader": "^8.0.4", "prop-types": "^15.6.2", "react": "^16.8.0", "webpack": "^4.27.1", "webpack-cli": "^3.1.2" }, "keywords": [ "react", "ActionCable", "hooks" ], "license": "MIT" }