UNPKG

ontask

Version:
34 lines (33 loc) 714 B
{ "name": "ontask", "version": "1.0.1", "description": "Clustered Task Scheduler", "main": "JobManager.js", "scripts": { "test": "mocha tests/index.js" }, "repository": { "type": "git", "url": "https://github.com/kbscript/ontask.git" }, "keywords": [ "Standalone", "Cluster", "Task", "Schedule", "Forever", "Job", "Manager", "Config" ], "author": "Kevin Barnett <kevinbarnett5506@gmail.com> (https://github.com/kbscript)", "license": "MIT", "bugs": { "url": "https://github.com/kbscript/ontask/issues" }, "homepage": "https://github.com/kbscript/ontask", "dependencies": { "async-next": "^0.1.13", "watch-dog": "^1.0.1" } }