{
	"name": "vasync",
	"version": "1.6.4",
	"description": "utilities for observable asynchronous control flow",
	"main": "./lib/vasync.js",
	"repository": {
		"type": "git",
		"url": "git://github.com/davepacheco/node-vasync.git"
	},
	"scripts": {
		"test": "./node_modules/.bin/tap tests/ && ./node_modules/.bin/nodeunit tests/compat.js"
	},
	"devDependencies": {
		"tap": "~0.4.8",
		"nodeunit": "0.8.7"
	},
	"dependencies": {
		"verror": "1.6.0"
	},
	"engines": [
		"node >=0.6.0"
	],
	"license": "MIT"
}
