{
  "name": "marimo",
  "version": "1.6.1",
  "description": "run your tests on the web",
  "keywords": [
    "mocha",
    "web sockets",
    "server",
    "websockets",
    "web",
    "ws",
    "hosted"
  ],
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/lawrips/marimo.git"
  },
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "dependencies": {
    "async": "^2.0.0-rc.6",
    "base64url": "^1.0.6",
    "debug": "^2.2.0",
    "express": "^4.13.4",
    "lodash": "^4.13.1",
    "mocha": "^2.5.3",
    "newman": "3.0.0",
    "newman-reporter-basic": "^0.0.3",
    "newman-reporter-json-stream-detail": "^0.0.3",
    "portfinder": "^1.0.3",
    "query-string": "^4.2.1",
    "recursive-readdir-sync": "^1.0.6",
    "request": "^2.72.0",
    "should": "^9.0.0",
    "uuid": "^2.0.2",
    "ws": "^1.1.0"
  },
  "devDependencies": {
    "proxyquire": "^1.7.9",
    "tap-json": "^1.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Lawrence Ripsher",
  "license": "MIT"
}
