cable_ready 5.0.0.pre7 → 5.0.0.pre8

Sign up to get free protection for your applications and to get access to all the features.
data/package.json DELETED
@@ -1,40 +0,0 @@
1
- {
2
- "name": "cable_ready",
3
- "version": "5.0.0-pre6",
4
- "description": "CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.",
5
- "keywords": [
6
- "ruby",
7
- "rails",
8
- "websockets",
9
- "actioncable",
10
- "cable",
11
- "ssr",
12
- "stimulus_reflex",
13
- "client-side",
14
- "dom"
15
- ],
16
- "homepage": "https://cableready.stimulusreflex.com/",
17
- "bugs": {
18
- "url": "https://github.com/stimulusreflex/cable_ready/issues"
19
- },
20
- "repository": {
21
- "type": "git",
22
- "url": "git+https://github.com:stimulusreflex/cable_ready.git"
23
- },
24
- "license": "MIT",
25
- "author": "Nathan Hopkins <natehop@gmail.com>",
26
- "main": "./javascript/index.js",
27
- "module": "./javascript/index.js",
28
- "scripts": {
29
- "lint": "yarn run prettier-standard:check",
30
- "format": "yarn run prettier-standard:format",
31
- "prettier-standard:check": "yarn run prettier-standard --check ./javascript/**/*.js",
32
- "prettier-standard:format": "yarn run prettier-standard ./javascript/**/*.js"
33
- },
34
- "dependencies": {
35
- "morphdom": "^2.6.1"
36
- },
37
- "devDependencies": {
38
- "prettier-standard": "^16.4.1"
39
- }
40
- }