Sha256: a26f87eacd62447ab4be9c29d9b17b2fff69bddbe9eabfcb779caedcdccf681c

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

{
  "name": "cable_ready",
  "version": "4.5.0",
  "description": "CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.",
  "keywords": [
    "ruby",
    "rails",
    "websockets",
    "actioncable",
    "cable",
    "ssr",
    "stimulus_reflex",
    "client-side",
    "dom"
  ],
  "homepage": "https://cableready.stimulusreflex.com/",
  "bugs": {
    "url": "https://github.com/stimulusreflex/cable_ready/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com:stimulusreflex/cable_ready.git"
  },
  "license": "MIT",
  "author": "Nathan Hopkins <natehop@gmail.com>",
  "main": "./javascript/index.js",
  "scripts": {
    "lint": "yarn run prettier-standard:check",
    "format": "yarn run prettier-standard:format",
    "prettier-standard:check": "yarn run prettier-standard --check ./javascript/**/*.js",
    "prettier-standard:format": "yarn run prettier-standard ./javascript/**/*.js"
  },
  "dependencies": {
    "morphdom": "^2.6.1"
  },
  "devDependencies": {
    "prettier-standard": "^16.1.0"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cable_ready-5.0.0.pre0 package.json