{
  "name": "pull-batch",
  "version": "1.0.0",
  "description": "Transform arrays of objects into arrays with a maximum length",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js",
    "lint": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pgte/pull-batch.git"
  },
  "keywords": [
    "pull",
    "pull-stream",
    "stream",
    "batch"
  ],
  "author": "pgte",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/pgte/pull-batch/issues"
  },
  "homepage": "https://github.com/pgte/pull-batch#readme",
  "dependencies": {
    "pull-through": "^1.0.18"
  },
  "devDependencies": {
    "pre-commit": "^1.2.2",
    "pull-stream": "^3.5.0",
    "standard": "^8.6.0",
    "tape": "^4.6.3"
  },
  "pre-commit": [
    "lint",
    "test"
  ]
}
