15 lines
		
	
	
		
			299 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			299 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "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"
 | 
						|
  ]
 | 
						|
}
 |