UNPKG

manticore

Version:

Mythical multi-process worker pool

66 lines (65 loc) 1.63 kB
{ "name": "manticore", "version": "0.2.4", "description": "Mythical multi-process worker pool", "keywords": [ "multiprocess", "worker", "job", "pool" ], "homepage": "https://github.com/Bartvds/manticore", "repository": { "type": "git", "url": "https://github.com/Bartvds/manticore.git" }, "author": { "name": "Bart van der Schoor", "url": "https://github.com/Bartvds" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/Bartvds/manticore/master/LICENSE-MIT" } ], "bugs": { "url": "https://github.com/Bartvds/manticore/issues" }, "engines": { "node": ">= 0.10.0" }, "scripts": { "prepublish": "grunt prepublish", "build": "grunt build", "test": "grunt test" }, "main": "./dist/index.js", "typescript": { "definition": "./dist/manticore.d.ts" }, "dependencies": { "JSONStream": "^0.8.4", "bluebird": "^1.2.4", "through2": "^0.5.1", "type-detect": "^0.1.2" }, "devDependencies": { "chai": "^1.9.1", "grunt": "~0.4.2", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-copy": "^0.5.0", "grunt-contrib-jshint": "^0.10.0", "grunt-dts-bundle": "^0.2.0", "grunt-mocha-test": "^0.11.0", "grunt-shell": "^0.7.0", "grunt-ts": "^1.10.0", "grunt-ts-clean": "^0.2.0", "grunt-tslint": "~0.4.1", "jshint-path-reporter": "^0.1.3", "mocha-unfunk-reporter": "^0.4.0", "source-map-support": "~0.2.5", "tslint-path-formatter": "~0.1.0", "typescript": "^1.0.1" } }