19 lines
503 B
JSON
19 lines
503 B
JSON
{
|
|
"name": "signal-promise",
|
|
"version": "1.0.3",
|
|
"description": "Simple wait/notify promise with optional max wait time",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mafintosh/signal-promise.git"
|
|
},
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/signal-promise/issues"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/signal-promise"
|
|
}
|