You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

component.json 299B

1234567891011121314
  1. {
  2. "name": "batch",
  3. "repo": "visionmedia/batch",
  4. "description": "Async task batching",
  5. "version": "0.6.1",
  6. "keywords": ["batch", "async", "utility", "concurrency", "concurrent"],
  7. "dependencies": {
  8. "component/emitter": "*"
  9. },
  10. "development": {},
  11. "scripts": [
  12. "index.js"
  13. ]
  14. }