{
  "name": "sync-each",
  "description": "No-bullshit, ultra-simple, 35-lines-of-code synchronized forEach / map function for JavaScript.",
  "version": "1.0.1",
  "license": "MIT",
  "keywords": [
    "sync", "forEach", "each", "map",
    "synchronous",
    "iteration", "iterate",
    "loop",
	"concurrent", "array",
    "flow", "control flow"
  ],
  "homepage": "https://github.com/whipstercz/async-each/",
  "author": "Paul Miller (http://whipstercz.com/)",
  "repository": "git://github.com/whipstercz/sync-each.git",
  "main": "index.js",
  "dependencies": {}
}
