summaryrefslogtreecommitdiff
path: root/package.json
blob: f9954649fc655f24253c0bd375f037318bd89115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "name": "async"
, "description": "Higher-order functions and common patterns for asynchronous code"
, "main": "./index"
, "author": "Caolan McMahon"
, "version": "0.1.9"
, "repository" :
  { "type" : "git"
  , "url" : "http://github.com/caolan/async.git"
  }
, "bugs" : { "web" : "http://github.com/caolan/async/issues" }
, "licenses" :
  [ { "type" : "MIT"
    , "url" : "http://github.com/caolan/async/raw/master/LICENSE"
    }
  ]
}