UNPKG

staggerjs

Version:

Light utility to stagger a stack of async methods

43 lines (42 loc) 1.01 kB
{ "name": "staggerjs", "version": "1.2.0", "description": "Light utility to stagger a stack of async methods", "main": "lib", "scripts": { "test": "jest", "prepublish": "npm run build", "build": "rm -rf lib && babel src -d lib" }, "repository": { "type": "git", "url": "git+https://github.com/FrancescoCioria/staggerjs.git" }, "keywords": [ "stagger", "queue", "async", "promise", "requests", "stack" ], "author": "FrancescoCioria <firefelix@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/FrancescoCioria/staggerjs/issues" }, "homepage": "https://github.com/FrancescoCioria/staggerjs#readme", "dependencies": { "tcomb": "^3", "throttle-function": "^0.1.0" }, "devDependencies": { "babel-cli": "^6", "babel-eslint": "^7.0.0", "babel-preset-es2015": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "eslint": "^3.6.0", "eslint-config-buildo": "0.1.0", "jest": "^16.0.2" } }