UNPKG

313 BJSONView Raw
1{
2 "name": "vasync",
3 "version": "1.1.1",
4 "description": "utilities for observable asynchronous control flow",
5 "main": "./lib/vasync.js",
6
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/davepacheco/node-vasync.git"
10 },
11
12 "dependencies": {
13 "verror": "1.1.0"
14 },
15
16 "engines": [ "node >=0.6.0" ]
17}