UNPKG

task-manager

Version:

task-manager for cluster or single application

51 lines (50 loc) 1.14 kB
{ "version": "1.7.0", "name": "task-manager", "description": "task-manager for cluster or single application", "keywords": [ "task", "manager", "cluster" ], "preferGlobal": false, "homepage": "https://github.com/hex7c0/task-manager", "author": { "name": "hex7c0", "email": "hex7c0@gmail.com", "url": "https://hex7c0.github.io/" }, "repository": { "type": "git", "url": "https://github.com/hex7c0/task-manager.git" }, "bugs": { "url": "https://github.com/hex7c0/task-manager/issues", "email": "hex7c0@gmail.com" }, "directories": { "lib": "./min/lib", "example": "./examples" }, "main": "index.min.js", "dependencies": {}, "devDependencies": { "grunt": "~1.0", "grunt-contrib-uglify": "~3.3", "grunt-contrib-jshint": "~1.1", "grunt-endline": "~0.7", "grunt-safer-regex": "~0.1", "istanbul": "~0.4", "mocha": "~3.5" }, "engines": { "node": ">=4" }, "scripts": { "prepare": "npm prune", "prepublishOnly": "grunt", "test": "./test/test.sh", "test-cov": "./test/test-cov.sh" }, "license": "GPL-3.0" }