UNPKG

gearmanode-up

Version:

Node.js library for the Gearman distributed job system with support for multiple servers

48 lines (47 loc) 1.13 kB
{ "name": "gearmanode-up", "version": "0.9.5", "description": "Node.js library for the Gearman distributed job system with support for multiple servers", "keywords": [ "gearman", "distributed", "message queue", "job", "worker" ], "author": "JangSeungHyun <ashton2.3jang@gmail.com>", "main": "./lib/gearmanode", "repository": { "type": "git", "url": "https://github.com/ashtonjang/GearmaNode" }, "bugs": { "url": "https://github.com/ashtonjang/GearmaNode/issues" }, "engines": { "node": ">=0.10.0" }, "licenses": [ { "type": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "scripts": { "test": "mocha", "doc": "jsdoc lib/gearmanode.js lib/gearmanode/*.js" }, "dependencies": { "winston": "2.4.4" }, "devDependencies": { "mocha": ">=1.10.0", "should": ">=1.2.2", "sinon": ">=1.7.3" }, "files": [ "lib", "README.md", "LICENSE" ] }