{
  "name": "nock-exec",
  "version": "0.1.0",
  "description": "NodeJS mock module around the child_process.exec function inspired by nock.",
  "main": "./nock-exec.js",
  "author": "Vladimir Clausse",
  "keywords": ["mock", "exec", "testing"],
  "engines": {
    "node": ">=0.8.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vlad-c/nock-exec.git"
  },
  "devDependencies": {
    "mocha": "^1.21.3"
  },
  "dependencies": {
  }
}