UNPKG

644 BJSONView Raw
1{
2 "name": "async",
3 "description": "Higher-order functions and common patterns for asynchronous code",
4 "main": "./lib/async",
5 "author": "Caolan McMahon",
6 "version": "0.2.0",
7 "repository" : {
8 "type" : "git",
9 "url" : "http://github.com/caolan/async.git"
10 },
11 "bugs" : {
12 "url" : "http://github.com/caolan/async/issues"
13 },
14 "licenses" : [
15 {
16 "type" : "MIT",
17 "url" : "http://github.com/caolan/async/raw/master/LICENSE"
18 }
19 ],
20 "devDependencies": {
21 "nodeunit": ">0.0.0",
22 "uglify-js": "1.2.x",
23 "nodelint": ">0.0.0"
24 }
25}