bd-promise
Version:
JS6 Promise with timeouts and other extra features
24 lines (23 loc) • 476 B
JSON
{
"name": "bd-promise",
"description": "JS6 Promise with timeouts and other extra features",
"main": "promise.js",
"authors": [
"Rawld Gill <rgill@altoviso.com> (http://altoviso.com/)"
],
"license": "BSD-3-Clause",
"keywords": [
"JavaScript",
"bd-promise",
"backdraft",
"promise"
],
"homepage": "https://github.com/altoviso/bd-promise",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}