summaryrefslogtreecommitdiff
path: root/component.json
blob: cf687d25278b58dd1fcd247879cd24f110f82db7 (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": "2.0.0-rc.2",
  "keywords": [
    "async",
    "callback",
    "module",
    "utility"
  ],
  "license": "MIT",
  "main": "dist/async.js",
  "repository": "caolan/async",
  "scripts": [
    "dist/async.js"
  ]
}