Sha256: 4e4fcfa63660f09fc9e379e8b1bc8a8393e6c8733b27bf35f5f170039ca0a0e9
Contents?: true
Size: 1.55 KB
Versions: 1
Compression:
Stored size: 1.55 KB
Contents
{ "name": "stimulus_reflex", "version": "3.4.0", "description": "Build reactive applications with the Rails tooling you already know and love.", "keywords": [ "ruby", "rails", "websockets", "actioncable", "turbolinks", "reactive", "cable", "ujs", "ssr", "stimulus", "reflex", "stimulus_reflex", "dom", "morphdom" ], "homepage": "https://docs.stimulusreflex.com/", "bugs": { "url": "https://github.com/hopsoft/stimulus_reflex/issues" }, "repository": { "type": "git", "url": "git+https://github.com:hopsoft/stimulus_reflex.git" }, "license": "MIT", "author": "Nathan Hopkins <natehop@gmail.com>", "main": "./javascript/stimulus_reflex.js", "module": "./javascript/stimulus_reflex.js", "scripts": { "postinstall": "node ./javascript/scripts/post_install.js", "prettier-standard:check": "yarn run prettier-standard --check ./javascript/*.js ./javascript/**/*.js", "prettier-standard:format": "yarn run prettier-standard ./javascript/*.js ./javascript/**/*.js", "test": "yarn run mocha --require @babel/register --require esm ./javascript/test" }, "peerDependencies": { "stimulus": ">= 1.1" }, "dependencies": { "@rails/actioncable": ">= 6.0", "cable_ready": ">= 4.5.0" }, "devDependencies": { "@babel/core": "^7.6.2", "@babel/preset-env": "^7.6.2", "@babel/register": "^7.6.2", "assert": "^2.0.0", "esm": "^3.2.25", "jsdom": "^16.0.1", "mocha": "^8.0.1", "prettier-standard": "^16.1.0", "stimulus": ">= 1.1" } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stimulus_reflex-3.4.1 | package.json |