UNPKG

distributed-timers

Version:

distributed, fault-tolerant, stateless and scalable implementation of setTimeout

52 lines (51 loc) 1.15 kB
{ "name": "distributed-timers", "version": "1.0.6", "description": "distributed, fault-tolerant, stateless and scalable implementation of setTimeout", "main": "./index.js", "scripts": { "test": "mocha --recursive --exit", "lint": "semistandard --fix" }, "author": "dubey07.abhishek@gmail.com", "repository": { "type": "git", "url": "git+https://github.com/dubeyabhi07/distributed-timers.git" }, "bugs": { "url": "https://github.com/dubeyabhi07/distributed-timers/issues" }, "keywords": [ "timer", "persistent", "stateless", "timers", "scheduler", "schedule", "scheduling", "job", "setTimeout", "set-timeout", "scalable", "distributed", "fault-tolerant", "dynamodb", "scan", "node", "npm", "callback", "rest" ], "dependencies": { "aws-sdk": "^2.706.0", "request-promise": "^4.2.1", "request": "^2.88.2", "uuid": "^3.2.1", "winston": "^2.4.0" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^8.0.1", "semistandard": "^14.2.0" } }