promise-defer
Version:
Polyfill for Promise.defer. Uses the native ES6 Promise. Supports other Promises/A+ implementations.
40 lines (34 loc) • 846 B
JSON
{
"name": "promise-defer",
"version": "1.0.0",
"description": "Polyfill for Promise.defer. Uses the native ES6 Promise. Supports other Promises/A+ implementations.",
"keywords": [
"defer",
"deferred",
"promise",
"promises",
"unwrap"
],
"homepage": "https://github.com/moll/js-promise-defer",
"bugs": "https://github.com/moll/js-promise-defer/issues",
"author": {
"name": "Andri Möll",
"email": "andri@dot.ee",
"url": "http://themoll.com"
},
"repository": {
"type": "git",
"url": "git://github.com/moll/js-promise-defer.git"
},
"licenses": [{
"type": "LAGPL",
"url": "https://github.com/moll/js-promise-defer/blob/master/LICENSE"
}],
"main": "index.js",
"scripts": {"test": "make test"},
"devDependencies": {
"mocha": ">= 1.18.2 < 2",
"must": ">= 0.12.0 < 0.13",
"bluebird": ">= 2.7.1 < 3"
}
}