{
  "name": "suspawn",
  "version": "0.2.2",
  "description": "Sudo spawning utilities",
  "main": "lib/suspawn.js",
  "scripts": {
    "test": "for TEST in $(find test -name \\*.js); do echo RUNNING $TEST; node $TEST; done"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bmeck/node-suspawn.git"
  },
  "keywords": [
    "spawn",
    "child_process",
    "sudo",
    "env"
  ],
  "author": "bradley meck",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bmeck/node-suspawn/issues"
  },
  "homepage": "https://github.com/bmeck/node-suspawn",
  "directories": {
    "test": "test"
  }
}
