UNPKG

promise-ext-settled

Version:
43 lines (42 loc) 1.01 kB
{ "name": "promise-ext-settled", "version": "1.1.0", "description": "Simple settled promise", "main": "src/index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "git+https://github.com/smelukov/PromiseSettled.git" }, "keywords": [ "promise", "es6", "settled", "all" ], "author": "Sergey Melyukov", "license": "MIT", "bugs": { "url": "https://github.com/smelukov/PromiseSettled/issues" }, "homepage": "https://github.com/smelukov/PromiseSettled#readme", "devDependencies": { "chai": "^3.4.1", "del": "^2.2.0", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-eslint": "^1.1.1", "gulp-header": "^1.7.1", "gulp-jscs": "^3.0.2", "gulp-jsdoc-to-markdown": "^1.2.1", "gulp-mocha": "^2.2.0", "gulp-util": "^3.0.7", "jscs": "^2.8.0", "mocha": "^2.3.4", "promise-ext-delay": "^1.0.4", "webpack": "^1.12.12", "webpack-stream": "^3.1.0" } }