{
  "name": "locavore",
  "version": "2.1.2",
  "description": "Lovavore runs lambda functions locally.",
  "main": "index.js",
  "bin": {
    "locavore": "./run.js",
    "lvtop": "./monitor.js"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "author": "daguej",
  "repository": {
    "type": "git",
    "url": "https://github.com/casetext/locavore.git"
  },
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.10.0",
    "bytes": "^1.0.0",
    "charm": "^1.0.0",
    "colors": "^1.0.3",
    "comms": "^0.0.2",
    "console-title": "^1.0.1",
    "express": "^4.10.5",
    "generic-pool": "^2.2.0",
    "memwatch": "^0.2.2",
    "pretty-hrtime": "^0.2.2",
    "redis": "^0.12.1",
    "yargs": "^3.2.1"
  },
  "devDependencies": {
    "chai": "^2.1.1",
    "mocha": "^2.2.1"
  }
}
