UNPKG

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