{
  "name": "shoal",
  "description": "A simple process manager for the 21st century",
  "keywords": [
    "shoal",
    "process",
    "workers",
    "upstart"
  ],
  "version": "0.2.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominiek/shoal.git"
  },
  "author": "Dominiek ter Heide <dominiek@bottlenose.com>",
  "license": "MIT",
  "main": "index",
  "bin": {
    "shoald": "./bin/shoald",
    "shoal": "./bin/shoal"
  },
  "scripts": {
    "test": "NODE_ENV=test mocha --reporter dot test/*"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "express": "4.7.2",
    "ejs": "1.0.0",
    "connect": "3.1.0",
    "body-parser": "1.5.2",
    "async": "0.9.0",
    "request": "~2.39",
    "commander": "2.3.0",
    "http-auth": "2.1.9",
    "colors": "*"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*"
  },
  "bugs": {
    "url": "https://github.com/dominiek/shoal/issues"
  },
  "homepage": "https://github.com/dominiek/shoal",
  "directories": {
    "example": "examples",
    "test": "test"
  }
}
