{
  "name": "haibu-ishiki",
  "description": "Node deployment server - wrapper for haibu, http-proxy and carapace with permissions and automatic node versions",
  "version": "0.2.2",
  "author": {
    "name": "Hadrien Jouet",
    "email": "hj@grownseed.net"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grownseed/haibu-ishiki"
  },
  "keywords": [
    "haibu",
    "ishiki",
    "carapace",
    "http-proxy",
    "automated node versions",
    "deployment"
  ],
  "dependencies": {
    "union": "0.3.6",
    "flatiron": "0.3.3",
    "haibu": "0.10.x",
    "semver": "1.1.2",
    "tar": "0.1.17",
    "http-proxy": "0.10.2",
    "mongodb": "1.2.x",
    "bcrypt": "0.7.x"
  },
  "main": "./bin/ishiki",
  "preferGlobal": true,
  "bin": {
    "ishiki": "./bin/ishiki"
  },
  "engines": {
    "node": "0.8.x"
  }
}