{
  "name": "marina",
  "version": "0.0.4",
  "description": "A distributed docker build tool with a UI. Integrates with Github and Slack",
  "main": "index.coffee",
  "scripts": {
    "test": "echo \"Sorry, no tests yet\"",
    "start": "coffee index.coffee",
    "start-master": "coffee index.coffee --master"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lever/marina.git"
  },
  "keywords": [
    "docker",
    "build"
  ],
  "author": "Lever.co",
  "license": "UNLICENSED",
  "dependencies": {
    "async": "^1.5.0",
    "convict": "^1.0.2",
    "kue": "^0.10.4",
    "racer": "^0.8.0",
    "redis": "^2.4.2",
    "request": "^2.67.0",
    "rimraf": "^2.5.0",
    "sharedb-mongo": "^0.8.2",
    "shelljs": "^0.5.3"
  }
}
