{
  "name": "child-process-exec-argv",
  "version": "1.0.4",
  "description": "Better handling child process exec argv",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "test": "mocha --recursive --reporter spec",
    "watch-test": "mocha --recursive --watch --reporter spec",
    "test-ci": "istanbul cover ./node_modules/mocha/bin/_mocha test/**/*.js --report lcovonly -- -R spec && cat ./coverage/lcov.info"
  },
  "devDependencies": {
    "mocha": "^5.1.1",
    "chai": "^4.1.2",
    "chai-spies": "^1.0.0",
    "istanbul": "0.4.5"
  },
  "keywords": [
    "watchdog",
    "forever",
    "process",
    "spawn",
    "fork",
    "child process"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hisco/child-process-exec-argv.git"
  },
  "bugs": {
    "url": "https://github.com/hisco/child-process-exec-argv/issues"
  },
  "homepage": "https://github.com/hisco",
  "author": "Eyald <hisco@googlegroups.com‬>",
  "license": "MIT"
}
