{
  "name": "flex-exec",
  "description": "Call a child process with the ease of exec and safety of spawn",
  "author": {
    "name": "Bill Xiong",
    "email": "haibxz@gmail.com"
  },
  "version": "1.0.0",
  "repository": {
    "url": "https://github.com/bilxio/node-exec.git",
    "type": "git"
  },
  "main": "exec.js",
  "scripts" : {
    "test": "for f in tests/*.js; do echo \"$f\"; node \"$f\" || exit 1; echo; done; echo 'Passed'"
  },
  "contributors": [{
      "name": "Dave Eddy",
      "email": "dave@daveeddy.com",
      "url": "http://www.daveeddy.com"
  }],
  "dependencies": {},
  "devDependencies": {},
  "optionalDependencies": {},
  "bin": {},
  "engines": {
    "node": ">= v0.10.1"
  },
  "keywords": [ "exec", "spawn", "child", "wordsplitting", "shell" ]
}
