UNPKG

spinner

Version:

Spawns child processes and allocates `process.env.PORT` for each.

38 lines (37 loc) 867 B
{ "name": "spinner", "description": "Spawns child processes and allocates `process.env.PORT` for each.", "main": "./main", "author": "Elad Ben-Israel <elad.benisrael@gmail.com>", "version": "0.3.4", "contributors": [ ], "keywords": [ "spawn", "child", "port", "allocation" ], "dependencies": { "portscanner": "0.1.x", "fsmjs": "0.2.x", "async": "0.1.x", "ctxobj": "0.2.x", "node-uuid": "1.3.3" }, "license": "MIT", "engines": { "node": ">=0.6.6" }, "devDependencies": { "nodeunit": "0.6.x", "logule": "0.5.x", "request": "2.9.x" }, "repository": { "type": "git", "url": "http://github.com/eladb/node-spinner" }, "scripts": { "test": "nodeunit test/*.test.js" } }