summaryrefslogtreecommitdiff
path: root/component.json
blob: a5d77f4c06bbc2488e93fa03b735165acbd126ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "async",
  "description": "Higher-order functions and common patterns for asynchronous code",
  "version": "1.5.1",
  "keywords": [
    "async",
    "callback",
    "utility",
    "module"
  ],
  "license": "MIT",
  "main": "lib/async.js",
  "repository": "caolan/async",
  "scripts": [
    "lib/async.js"
  ]
}