diff options
Diffstat (limited to 'lib/reduce/package.json')
-rw-r--r-- | lib/reduce/package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/reduce/package.json b/lib/reduce/package.json new file mode 100644 index 0000000..a673557 --- /dev/null +++ b/lib/reduce/package.json @@ -0,0 +1,20 @@ +{ + "name": "async.reduce", + "description": "async reducemethod 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.eachofseries": "0.5.2" + }, + "keywords": [ + "async", + "async-modularized", + "reduce" + ] +} |