{
  "name": "spawn-commands",
  "description": "Launches a new process with the given command, with command line arguments in `args`. Should work with any platform - even Windows.",
  "version": "0.3.1",
  "homepage": "https://github.com/jonschlinkert/spawn-commands",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/spawn-commands",
  "bugs": {
    "url": "https://github.com/jonschlinkert/spawn-commands/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "arg",
    "args",
    "arguments",
    "child_process",
    "cmd",
    "command",
    "commands",
    "platform",
    "process",
    "spawn",
    "win",
    "windwows"
  ],
  "verb": {
    "related": {
      "list": [
        "lint-deps",
        "minimist-events",
        "minimist-plugins"
      ]
    }
  },
  "dependencies": {
    "async-each-series": "^1.0.0"
  }
}