summaryrefslogtreecommitdiff
path: root/component.json
blob: 3758f7f958fc8e90803c1f027ed9e8d36c95aa3f (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.2.0",
  "keywords": [
    "async",
    "callback",
    "utility",
    "module"
  ],
  "license": "MIT",
  "main": "lib/async.js",
  "repository": "caolan/async",
  "scripts": [
    "lib/async.js"
  ]
}