mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
24 lines
544 B
JSON
24 lines
544 B
JSON
{
|
|
"name": "actioncable",
|
|
"version": "5.2.0-alpha",
|
|
"description": "WebSocket framework for Ruby on Rails.",
|
|
"main": "lib/assets/compiled/action_cable.js",
|
|
"files": [
|
|
"lib/assets/compiled/*.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "rails/rails"
|
|
},
|
|
"keywords": [
|
|
"websockets",
|
|
"actioncable",
|
|
"rails"
|
|
],
|
|
"author": "David Heinemeier Hansson <david@loudthinking.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/rails/rails/issues"
|
|
},
|
|
"homepage": "http://rubyonrails.org/"
|
|
}
|