summaryrefslogtreecommitdiff
path: root/lib/applyeach/package.json
blob: 996beca6130c1dc27031c4cbf8059fc0768d50a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "async.applyeach",
  "description": "async applyeachmethod 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.eachof": "0.5.2",
    "async.util.applyeach": "0.5.2"
  },
  "keywords": [
    "async",
    "async-modularized",
    "applyeach"
  ]
}