{
  "name": "batchelorjs",
  "version": "2.0.0",
  "description": "Proxy utility to bundle a batch of calls in one request",
  "author": {
    "name": "LivePersonInc",
    "email": "fe-infra-lp@liveperson.com"
  },
  "contributors": [
    {
      "name": "Omer Herera",
      "email": "omer.herera@gmail.com"
    },
    {
      "name": "Michael Dimenshtein",
      "email": "michaeld@liveperson.com"
    },
    {
      "name": "Itai Koren",
      "email": "itaik@liveperson.com"
    },
    {
      "name": "Itai Chejanovsky",
      "email": "itaic@liveperson.com"
    }
  ],
  "dependencies": {
    "async": "~1.5.0",
    "lodash": "~4.17.10",
    "node-uuid": "~1.4.7",
    "request": "~2.45.0"
  },
  "devDependencies": {
    "chai": "~3.4.1",
    "grunt": "~0.4.5",
    "grunt-available-tasks": "~0.5.7",
    "grunt-contrib-copy": "^0.8.2",
    "grunt-contrib-jshint": "~0.11.3",
    "grunt-env": "~0.4.4",
    "grunt-istanbul": "~0.6.1",
    "grunt-mocha-test": "~0.12.7",
    "grunt-node-version": "~1.0.0",
    "load-grunt-config": "~0.19.1",
    "mocha": "~2.3.4",
    "mockery": "~1.4.0",
    "sinon": "~1.17.2",
    "time-grunt": "~1.3.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LivePersonInc/batchelor/"
  },
  "keywords": [
    "batchelor",
    "batchelorjs",
    "liveperson",
    "tools",
    "proxy",
    "utility",
    "bundle",
    "batch",
    "calls",
    "request"
  ],
  "license": "MIT",
  "main": "./index.js",
  "scripts": {
    "start": "node ./batchelor",
    "test": "grunt default --verbose"
  },
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=1.4"
  }
}
