{
  "name": "batch-manager",
  "version": "0.0.5",
  "description": "Easily batch the execution of functions as promises.",
  "author": "Rajiv Bose <rbose85@users.noreply.github.com> (https://twitter.com/rbose85)",
  "contributors": [],
  "bugs": {
    "url": "https://github.com/rbose85/batch-manager/issues",
    "email": "project@hostname.com"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/rbose85/batch-manager",
  "keywords": [
    "batch",
    "promises",
    "utility"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rbose85/batch-manager.git"
  },
  "scripts": {
    "prepublish": "gulp prepublish",
    "test": "gulp"
  },
  "license": "ISC",
  "dependencies": {
    "q": "^1.4.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^5.2.0",
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "^5.0.0",
    "gulp": "^3.9.0",
    "gulp-coveralls": "^0.1.4",
    "gulp-eslint": "^1.1.1",
    "gulp-exclude-gitignore": "^1.0.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-mocha": "^2.2.0",
    "gulp-nsp": "^2.3.0",
    "gulp-plumber": "^1.0.1",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0"
  }
}
