{
  "name": "superspawn",
  "version": "0.1.0",
  "description": "A Node.js spawn command that works on Windows too",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha"
  },
  "contributors": [
    {
      "name": "Andrew Grieve",
      "email": "agrieve@chromium.org"
    },
    {
      "name": "Marc Diethelm",
      "email": "marc@web5.me"
    }
  ],
  "license": "Apache",
  "dependencies": {
    "q": "^1.0.1",
    "which": "^1.0.5"
  },
  "devDependencies": {
    "mocha": "^1.18.2",
    "rimraf": "^2.2.6"
  },
  "bugs": {
    "url": "https://github.com/marcdiethelm/superspawn/issues"
  },
  "homepage": "https://github.com/marcdiethelm/superspawn",
  "repository": {
    "type": "git",
    "url": "https://github.com/marcdiethelm/superspawn.git"
  },
  "keywords": [
    "run",
    "cmd",
    "spawn",
    "windows",
    "child",
    "process",
    "child_process",
    "promise"
  ],
  "_id": "superspawn@0.1.0",
  "_shasum": "d2c2d4e009c7bbaa26c111217ed0c60dcc7e174d",
  "_from": "superspawn@*",
  "_npmVersion": "1.4.9",
  "_npmUser": {
    "name": "marcdiethelm",
    "email": "marc@web5.me"
  },
  "maintainers": [
    {
      "name": "marcdiethelm",
      "email": "marc@web5.me"
    }
  ],
  "dist": {
    "shasum": "d2c2d4e009c7bbaa26c111217ed0c60dcc7e174d",
    "tarball": "http://registry.npmjs.org/superspawn/-/superspawn-0.1.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/superspawn/-/superspawn-0.1.0.tgz"
}
