promisetimeout
Version:
Adds a lifecycle to a Promise.
25 lines (24 loc) • 528 B
JSON
{
"name": "promisetimeout",
"version": "0.0.2",
"description": "Adds a lifecycle to a Promise.",
"main": "promiseTimeOut.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gabrielscarvalho@bitbucket.org/gabrielscarvalho/promisetimeout.git"
},
"keywords": [
"Promise",
"PromiseJs",
"timeOut",
"lifecycle"
],
"author": "gabrielscarvalho",
"license": "ISC",
"dependencies": {
"promise": "^7.1.1"
}
}