1{ 2 "name": "async.parallellimit", 3 "description": "async parallellimitmethod as module.", 4 "main": "./index.js", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/caolan/async.git" 8 }, 9 "author": "Caolan McMahon", 10 "version": "0.5.2", 11 "license": "MIT", 12 "dependencies": { 13 "async.util.eachoflimit": "0.5.2", 14 "async.util.parallel": "0.5.2" 15 }, 16 "keywords": [ 17 "async", 18 "async-modularized", 19 "parallellimit" 20 ] 21} 22 23