sqd
Version:
executing unix commands with multi processes
34 lines (33 loc) • 615 B
JSON
{
"name": "sqd",
"version": "0.0.14",
"description": "executing unix commands with multi processes",
"main": "lib/sqd.js",
"bin": {
"sqd": "./bin/sqd",
"sqdm": "./bin/sqdm"
},
"repository": {
"type": "git",
"url": "github:shinout/sqd.git"
},
"keywords": [
"multi",
"proccess",
"command",
"unix"
],
"author": {
"name": "SHIN Suzuki"
},
"dependencies": {
"argparser": ">= 0.2.2",
"tmp": ">= 0.0.23"
},
"devDependencies": {
"coffee-script": ">= 1.7.1",
"grunt": "^0.4.4",
"grunt-contrib-coffee": "^0.10.1"
},
"license": "ISC"
}