{
    "name": "when",
    "version": "2.0.1",
	"description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",
	"keywords": ["Promises/A+", "promises-aplus", "promise", "promises", "deferred", "deferreds", "when", "async", "asynchronous", "cujo"],
	"licenses": [
		{
			"type": "MIT",
			"url": "http://www.opensource.org/licenses/mit-license.php"
		}
	],
	"repositories": [
		{
			"type": "git",
			"url": "https://github.com/cujojs/when"
		}
	],
	"bugs": "https://github.com/cujojs/when/issues",
	"maintainers": [
		{
			"name": "Brian Cavalier",
			"web": "http://hovercraftstudios.com"
		},
		{
			"name": "John Hann",
			"web": "http://unscriptable.com"
		}
	],
	"devDependencies": {
		"curl": "https://github.com/cujojs/curl/tarball/0.7.3",
		"test-support": "~0.1",
		"promises-aplus-tests": "~1"
	},
	"main": "when",
	"directories": {
		"test": "test"
	},
	"scripts": {
		"test": "jshint . && buster test -e node && promises-aplus-tests test/when-adapter.js",
		"ci": "npm test && sauceme",
		"start": "buster static -e browser"
	}
}