1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/package.json
eileencodes 48512d7906 Revert "Don't publish npm this is messing with the rake tasks for publishing"
This reverts commit faa4ca7b5b.

This has now been pushed to npm
2016-06-30 17:51:46 -04:00

24 lines
538 B
JSON

{
"name": "actioncable",
"version": "5.0.0",
"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/"
}