{
  "name": "flunky",
  "version": "0.0.2",
  "description": "Where would a mastermind be without his flunkies?",
  "homepage": "http://github.com/zeekay/flunky",
  "bugs": {
    "url": "http://github.com/zeekay/flunky/issues"
  },
  "keywords": [
    "automation",
    "ssh",
    "cloud"
  ],
  "main": "lib/",
  "scripts": {
    "test": "cake test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zeekay/flunky"
  },
  "author": "Zach Kelling <zk@monoid.io> (http://zeekay.io)",
  "license": "BSD",
  "readmeFilename": "README.md",
  "dependencies": {
    "shh": "~0.3.2",
    "async": "~0.1.22"
  },
  "devDependencies": {
    "chai": "~1.3.0",
    "mocha": "~1.7.0",
    "sinon": "~1.5.0",
    "coffee-script": "~1.4.0",
    "executive": "~0.1.3"
  }
}
