{
  "author": "Ben Ng <me@benng.me> (http://benng.me)",
  "name": "envoy",
  "description": "Better Deployment with Node.js",
  "keywords": [
    "ftp",
    "deployment"
  ],
  "version": "1.2.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/ben-ng/envoy.git"
  },
  "main": "./lib/envoy",
  "dependencies": {
    "async": "0.2.x",
    "concat-stream": "^1.5.0",
    "crypto": "0.0.x",
    "jake": "0.5.x",
    "jsftp": "0.6.x",
    "knox": "0.9.x",
    "mime": "1.2.x",
    "underscore": "1.4.x",
    "wrench": "1.5.1"
  },
  "scripts": {
    "test": "jake test"
  },
  "devDependencies": {},
  "optionalDependencies": {},
  "engines": {
    "node": ">=0.8.x"
  }
}
