diff options
Diffstat (limited to 'lib/eachof/package.json')
-rw-r--r-- | lib/eachof/package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/eachof/package.json b/lib/eachof/package.json new file mode 100644 index 0000000..e697e4b --- /dev/null +++ b/lib/eachof/package.json @@ -0,0 +1,23 @@ +{ + "name": "async.eachof", + "description": "async eachofmethod as module.", + "main": "./index.js", + "repository": { + "type": "git", + "url": "https://github.com/caolan/async.git" + }, + "author": "Caolan McMahon", + "version": "0.5.2", + "license": "MIT", + "dependencies": { + "async.util.keyiterator": "0.5.2", + "async.util.noop": "0.5.2", + "async.util.once": "0.5.2", + "async.util.onlyonce": "0.5.2" + }, + "keywords": [ + "async", + "async-modularized", + "eachof" + ] +} |