38 lines
		
	
	
		
			912 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			912 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "foreachasync",
 | |
|   "version": "5.1.1",
 | |
|   "description": "A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/foreachasync.js",
 | |
|   "main": "foreachasync.js",
 | |
|   "directories": {
 | |
|     "test": "test"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git://git.coolaj86.com/coolaj86/foreachasync.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "futuresjs",
 | |
|     "forEach",
 | |
|     "for",
 | |
|     "forEachAsync",
 | |
|     "async",
 | |
|     "futures",
 | |
|     "promise",
 | |
|     "promises",
 | |
|     "each"
 | |
|   ],
 | |
|   "optionalDependencies": {
 | |
|     "bluebird": "^3.5.1"
 | |
|   },
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT or Apache-2.0)",
 | |
|   "bugs": {
 | |
|     "url": "https://git.coolaj86.com/coolaj86/foreachasync.js/issues"
 | |
|   },
 | |
|   "dependencies": {}
 | |
| }
 |