UNPKG

bd-promise

Version:

JS6 Promise with timeouts and other extra features

40 lines (39 loc) 1.03 kB
{ "name": "bd-promise", "version": "2.2.1", "description": "JS6 Promise with timeouts and other extra features", "homepage": "http://github.com/altoviso/bd-promise", "bugs": "http://github.com/altoviso/bd-promise/issues", "directories": { "test": "test" }, "scripts": { "lint": "./node_modules/.bin/eslint Promise.js", "test": "node ./node_modules/bd-smoke/smoke-umd" }, "devDependencies": { "bd-smoke": "^1.6.0", "eslint": "^6.8.0", "eslint-config-backdraft": "^1.0.1", "eslint-plugin-import": "^2.20.1" }, "github": "http://github.com/altoviso/bd-promise", "repository": { "type": "git", "url": "git://github.com/altoviso/bd-promise.git" }, "licenses": [ { "type": "BSD", "url": "https://github.com/altoviso/bd-promise/blob/master/LICENSE.txt" } ], "keywords": [ "JavaScript", "bd-promise", "backdraft", "promise" ], "author": "Rawld Gill <rgill@altoviso.com> (http://altoviso.com/)", "license": "BSD-3-Clause" }