add description and keywords

This commit is contained in:
2016-05-10 14:12:36 -07:00
parent 11de18f4da
commit cae02cb0f8

View File

@@ -1,7 +1,7 @@
{ {
"name": "esqueue", "name": "esqueue",
"version": "0.2.1", "version": "0.2.1",
"description": "", "description": "Job queue, powered by Elasticsearch",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
"build": "rm -rf lib && babel src --out-dir lib", "build": "rm -rf lib && babel src --out-dir lib",
@@ -11,6 +11,12 @@
"unit": "nyc --require babel-core/register mocha test/src/**" "unit": "nyc --require babel-core/register mocha test/src/**"
}, },
"author": "Joe Fleming (https://github.com/w33ble)", "author": "Joe Fleming (https://github.com/w33ble)",
"keywords": [
"job",
"queue",
"worker",
"elasticsearch"
],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/w33ble/esqueue.git" "url": "https://github.com/w33ble/esqueue.git"