From cae02cb0f825ede9f3aea2cf2fba01c7641cbfdb Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 10 May 2016 14:12:36 -0700 Subject: [PATCH] add description and keywords --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 324ce03..16057b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "esqueue", "version": "0.2.1", - "description": "", + "description": "Job queue, powered by Elasticsearch", "main": "lib/index.js", "scripts": { "build": "rm -rf lib && babel src --out-dir lib", @@ -11,6 +11,12 @@ "unit": "nyc --require babel-core/register mocha test/src/**" }, "author": "Joe Fleming (https://github.com/w33ble)", + "keywords": [ + "job", + "queue", + "worker", + "elasticsearch" + ], "repository": { "type": "git", "url": "https://github.com/w33ble/esqueue.git"