{
  "name": "masson",
  "version": "0.0.7",
  "description": "Module execution engine for cluster deployments.",
  "homepage": "https://github.com/wdavidw/node-masson",
  "bugs": "https://github.com/wdavidw/node-masson/issues",
  "author": "David Worms <david@adaltas.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/wdavidw/node-masson.git"
  },
  "dependencies": {
    "each": "latest",
    "ldapjs": "latest",
    "mecano": "latest",
    "pad": "latest",
    "parameters": "latest",
    "regexp-quote": "latest",
    "semver": "latest",
    "ssh2-connect": "latest",
    "ssh2-exec": "latest",
    "ssh2-fs": "latest"
  },
  "devDependencies": {
    "coffee-script": "latest",
    "mocha": "latest",
    "should": "latest"
  },
  "bin" : {
    "masson" : "./bin/masson"
  },
  "main": "./lib"
}