actioncable-modules
Version:
Fork of ActionCable client patched for proper module support
32 lines (31 loc) • 782 B
JSON
{
"name": "actioncable-modules",
"version": "5.2.2-1",
"description": "Fork of ActionCable client patched for proper module support",
"main": "dist/action_cable.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schneidmaster/actioncable-modules.git"
},
"keywords": [
"action",
"cable",
"actioncable",
"rails"
],
"author": "Zach Schneider <zach@schneid.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/schneidmaster/actioncable-modules/issues"
},
"homepage": "https://github.com/schneidmaster/actioncable-modules#readme",
"devDependencies": {
"coffee-script": "^1.10.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2"
}
}