rename project to esqueue

This commit is contained in:
2016-05-03 16:30:54 -07:00
parent 9b31859eed
commit 5efccc4435
4 changed files with 27 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "elastique",
"name": "esqueue",
"version": "0.1.0",
"description": "",
"main": "lib/index.js",
@@ -10,7 +10,11 @@
"test": "npm run build && npm run unit",
"unit": "nyc --require babel-core/register mocha test/src/**"
},
"author": "",
"author": "Joe Fleming (https://github.com/w33ble)",
"repository": {
"type": "git",
"url": "https://github.com/w33ble/esqueue.git"
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.3.0"