async-scheduler
Version:
 
30 lines • 494 B
JSON
{
"name": "async-scheduler",
"version": "1.4.4",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/kremi151/async-scheduler.git"
},
"dependencies": {},
"keywords": [
"promise",
"async",
"await",
"scheduler",
"schedule",
"tasks",
"task",
"concurrency",
"concurrent",
"jobs",
"job"
],
"files": [
"lib/**",
"LICENSE",
"README"
]
}