{
  "name": "harvestd",
  "version": "0.0.14",
  "description": "User stats collector daemon",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "harvestd": "./services/bin/harvestdStandalone.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:seanmcgary/harvester.git"
  },
  "author": "Sean McGary <sean@seanmcgary.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/seanmcgary/harvester/issues"
  },
  "dependencies": {
    "lodash": "~2.4.1",
    "q": "~1.0.1",
    "express": "~4.7.2",
    "cookie-parser": "~1.3.2",
    "node-uuid": "~1.4.1",
    "express-wrangler": "~0.1.0",
    "body-parser": "~1.6.3",
    "async": "~0.9.0",
    "logwrangler": "~0.1.5",
    "elasticsearch": "~2.4.3"
  }
}
