package.json 587 B

12345678910111213141516171819
  1. {
  2. "name": "async-each",
  3. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  4. "version": "1.0.1",
  5. "license": "MIT",
  6. "keywords": [
  7. "async", "forEach", "each", "map",
  8. "asynchronous",
  9. "iteration", "iterate",
  10. "loop", "parallel",
  11. "concurrent", "array",
  12. "flow", "control flow"
  13. ],
  14. "homepage": "https://github.com/paulmillr/async-each/",
  15. "author": "Paul Miller (http://paulmillr.com/)",
  16. "repository": "git://github.com/paulmillr/async-each.git",
  17. "main": "index.js",
  18. "dependencies": {}
  19. }