multi-child-process
Version:
multi-child-process module for node
24 lines (23 loc) • 479 B
JSON
{
"name": "multi-child-process",
"version": "1.1.4",
"description": "multi-child-process module for node ",
"main": "./lib/index.js",
"scripts": {
"test": "mocha test/index.test.js && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/EachannChen/multi-child-process"
},
"keywords": [
"multiprocess",
"pool",
"node"
],
"author": "eachann chen",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0"
}
}