📤 Deep resolve promises in objects.
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.
 

30 lines
708 B

{
"name": "@codefeathers/promise.object",
"version": "0.9.5",
"description": "Deep resolve promises in objects.",
"main": "es5/index.min.js",
"scripts": {
"test": "jasmine",
"build": "./build.sh"
},
"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",
"devDependencies": {}
}