You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
571 B
23 lines
571 B
{
|
|
"name": "@codefeathers/promise.object",
|
|
"description": "Deep resolve promises in objects.",
|
|
"keywords": [
|
|
"Promise",
|
|
"A+",
|
|
"objects",
|
|
"deep resolve"
|
|
],
|
|
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
|
|
"contributors": [
|
|
"Thomas Rory Gummerson <@TRGWII> (https://rory.no)"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/codefeathers/Promise.object.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/codefeathers/Promise.object/issues"
|
|
},
|
|
"homepage": "https://github.com/codefeathers/Promise.object#readme",
|
|
"license": "MIT"
|
|
}
|
|
|