From ecfd3c862fe09e245a1604d7eb48b9ca26dccfc4 Mon Sep 17 00:00:00 2001 From: "Harish.K" Date: Sun, 31 Aug 2014 16:52:42 +0530 Subject: [PATCH] initial commit --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..1aee7fc --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "job-manager", + "version": "0.0.1", + "description": "A task manager class wich runs tasks with given workers, running N tasks at a time, automatically load works, pause resume etc", + "main": "index.js", + "scripts": { + "test": "mocha -R spec test/*.spec.js" + }, + "keywords": [ + "job-manager", + "asynchronous", + "parallel" + ], + "author": "Harish.K ", + "license": "BSD-2-Clause" +}