{
  "name" : "intercom",
  "version" : "0.5.1",
  "description" : "Create child processes with dnode-protocol based event communication over the nodejs IPC channel, with monitor and control functions for the lifecycle of the created child process.",
  "author": "Sander Tolsma <sander at tolsma.net>",
  "repository" : {
    "type" : "git",
    "url" : "http://github.com/stolsma/intercom.git"
  },
  "main": "./lib/intercom",
  "dependencies": {
    "dnode-protocol": "0.2.x",
    "eventemitter2": "0.4.x"
  },
  "devDependencies": {
    "vows": "0.6.x >=0.6.0"
  },
  "scripts": { 
    "test": "vows test/**/*-test.js --isolate --spec"
  },
  "engines" : {
     "node" : "0.8.x || 0.9.x"
  }
}