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