Newer
Older
vmk-demo-bot / admin / node_modules / batch / component.json
@eugene-sukhodolskiy eugene-sukhodolskiy 17 days ago 299 bytes init
{
  "name": "batch",
  "repo": "visionmedia/batch",
  "description": "Async task batching",
  "version": "0.6.1",
  "keywords": ["batch", "async", "utility", "concurrency", "concurrent"],
  "dependencies": {
    "component/emitter": "*"
  },
  "development": {},
  "scripts": [
    "index.js"
  ]
}