{
  "name": "node-process",
  "version": "1.0.1",
  "description": "A simple utility to handle sub-processes and multi threading and tasking in a node driven application",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/segsalerty2013/node-process.git"
  },
  "keywords": [
    "node",
    "nodejs",
    "electron",
    "process",
    "child_process",
    "fork",
    "multi-threading",
    "threading",
    "fork",
    "child",
    "task"
  ],
  "author": {
    "name": "Mustafa Segun A",
    "email": "segsalerty@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/segsalerty2013/node-process/issues"
  },
  "homepage": "https://github.com/segsalerty2013/node-process#readme",
  "devDependencies": {
    "mocha": "^3.2.0"
  }
}
