{
  "name": "async-iterate",
  "version": "1.0.1",
  "description": "lightweight async iterators (map, each, reduce)",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {},
  "devDependencies": {
    "async": "^2.0.0-rc.3",
    "grunt": "^1.0.1",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-eslint": "^18.1.0",
    "grunt-newer": "^1.2.0",
    "grunto": "^3.0.3",
    "jit-grunt": "^0.10.0",
    "lodash": "4.11.2",
    "nodeunit": "^0.9.1"
  },
  "repository": {
    "type": "git",
    "url": "https://aliaksandr-pasynkau@github.com/aliaksandr-pasynkau/async-iterate.git"
  },
  "keywords": [
    "async",
    "iterator",
    "map",
    "reduce",
    "array",
    "object",
    "each"
  ],
  "author": "aliaksandr-pasynkau",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aliaksandr-pasynkau/async-iterate/issues"
  },
  "homepage": "https://github.com/aliaksandr-pasynkau/async-iterate"
}
