tunnckoCore/run-commands

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "run-commands",
  "version": "0.1.1",
  "description": "Cross-platform running a series of commands or in parallel flow. Run commands in OS X, Linux and even Windows!",
  "repository": "tunnckoCore/run-commands",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "async": "^2.0.0-rc.1",
    "capture-spawn": "^1.0.0",
    "cross-spawn-async": "^2.1.9",
    "extend-shallow": "^2.0.1",
    "is-real-object": "^1.0.2",
    "isarray": "^1.0.0",
    "lazy-cache": "^2.0.0",
    "parse-arguments": "^1.0.0"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "pre-commit": "*"
  },
  "files": [
    "index.js",
    "utils.js"
  ],
  "keywords": [
    "run-commands"
  ],
  "verb": {
    "run": true,
    "toc": false,
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "spawn-commands",
        "cross-spawn",
        "cross-spawn-async",
        "async",
        "capture-spawn",
        "capture-stream",
        "parse-arguments",
        "function-arguments"
      ]
    },
    "lint": {
      "reflinks": true
    }
  }
}