commit ecfd3c862fe09e245a1604d7eb48b9ca26dccfc4 Author: Harish.K Date: Sun Aug 31 16:52:42 2014 +0530 initial commit 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" +}