diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..bf236fa --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "websocket-rails-js", + "version": "0.0.1", + "homepage": "https://github.com/websocket-rails/websocket-rails-js", + "authors": [], + "description": "A client library for the websocket-rails", + "main": "websocket_rails.0.0.1.min.js", + "keywords": [ + "websocket-rails" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}