diff --git a/bower.json b/bower.json index d040a9f..c4633dc 100644 --- a/bower.json +++ b/bower.json @@ -5,6 +5,7 @@ "version": "0.10.0", "homepage": "http://github.com/knalli/angular-vertxbus", "main": "./dist/angular-vertxbus.js", + "keywords": ["angular", "vertx", "facade", "websocket"], "ignore": [ ".editorconfig", ".jshintrc", diff --git a/component.json b/component.json index c41324b..4bad290 100644 --- a/component.json +++ b/component.json @@ -3,6 +3,7 @@ "description": "AngularJS facade and service acting as a Vert.x SockJS client", "version": "master", "main": "dist/angular-vertxbus.js", + "keywords": ["angular", "vertx", "facade", "websocket"], "repository": "knalli/angular-vertxbus", "scripts": [ "dist/angular-vertxbus.js" diff --git a/package.json b/package.json index d65d667..8f063fe 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.10.0", "description": "AngularJS facade and service acting as a Vert.x SockJS client", "main": "dist/angular-vertxbus.js", + "keywords": ["angular", "vertx", "facade", "websocket"], "scripts": { "prepublish": "bower install", "test": "grunt install-test && grunt test",