{
  "name": "ummon-server",
  "description": "Ummon is a Node.js application for queuing, running, and monitoring tasks",
  "version": "0.1.21",
  "homepage": "https://github.com/ummon-server/ummon-server",
  "author": "P'unk Avenue LLC",
  "license": "MIT",
  "repository": "git://github.com/ummon-server/ummon-server.git",
  "bin": {
    "ummon-server": "./server.js",
    "ummon-notify": "./bin/ummon-notify"
  },
  "engines": {
    "node": ">= 6"
  },
  "scripts": {
    "test": "tap test"
  },
  "devDependencies": {
    "rimraf": "^2.6.2",
    "tap": "^0.7.1"
  },
  "dependencies": {
    "async": "^2.6.0",
    "bunyan": "^1.8.12",
    "cron": "^1.3.0",
    "daemon": "~1.1.0",
    "death": "^1.1.0",
    "dependency-foo": "~0.1.1",
    "event-stream": "^3.3.4",
    "eventemitter2": "^5.0.1",
    "glob": "^7.1.2",
    "mkdirp": "^0.5.1",
    "moment": "^2.21.0",
    "npid": "^0.4.0",
    "optimist": "~0.6.0",
    "request": "*",
    "restify": "^6.3.4",
    "restify-errors": "^6.0.0",
    "socket.io": "^2.0.4",
    "underscore": "^1.8.3",
    "uuid": "^3.2.1"
  }
}
