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