promise-task-flow
Version:
Enhanced Promise flow, which supported retry, delay, jump and so on.
51 lines (50 loc) • 1.49 kB
JSON
{
"name": "promise-task-flow",
"version": "1.3.1",
"description": "Enhanced Promise flow, which supported retry, delay, jump and so on.",
"main": "dist/index.js",
"scripts": {
"test": "npm run build && ./node_modules/.bin/nyc --reporter=html ./node_modules/.bin/mocha --timeout=3000 --require babel-polyfill --compilers js:babel-register",
"build": "NODE_ENV=production ./node_modules/.bin/gulp build",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daleoooo/promise-flow.git"
},
"keywords": [
"Promise",
"task",
"control",
"flow",
"retryable"
],
"author": "daleoooo",
"license": "MIT",
"bugs": {
"url": "https://github.com/daleoooo/promise-flow/issues"
},
"files": [
"package.json",
"README",
"LICENSE",
"lib/",
"dist/"
],
"homepage": "https://github.com/daleoooo/promise-flow#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"nyc": "^11.2.1"
}
}