component.json 229 B

1234567891011
  1. {
  2. "name": "array-parallel",
  3. "description": "Call an array of asynchronous functions in parallel",
  4. "repo": "array-parallel",
  5. "version": "0.1.3",
  6. "main": "index.js",
  7. "scripts": [
  8. "index.js"
  9. ],
  10. "license": "MIT"
  11. }