snail-runner
Version:
snail-runner runs a lot of shell commands in parallel
43 lines • 1.05 kB
JSON
{
"name": "snail-runner",
"version": "0.1.2",
"description": "snail-runner runs a lot of shell commands in parallel",
"bin": {
"snail-runner": "./bin/snail-runner.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"snail",
"commands",
"parallel",
"shell",
"async"
],
"author": "Karuppiah",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"cliui": "^4.1.0",
"lodash": "^4.17.11",
"p-map": "^1.2.0",
"shelljs": "^0.8.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karuppiah7890/snail-runner.git"
},
"bugs": {
"url": "https://github.com/karuppiah7890/snail-runner/issues"
},
"homepage": "https://github.com/karuppiah7890/snail-runner#readme"
}