implement TaskManager

This commit is contained in:
2017-06-17 16:56:33 +02:00
parent cf1b31d635
commit e1424ea0fb
28 changed files with 592 additions and 284 deletions

View File

@@ -25,10 +25,14 @@
},
"homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
"dependencies": {
"@types/cron": "^1.2.1",
"@types/lodash": "4.x.x",
"beautylog": "^6.1.10",
"cron": "^1.2.1",
"lik": "^1.0.31",
"lodash": "^4.17.4",
"rxjs": "^5.4.0",
"rxjs": "^5.4.1",
"smartdelay": "^1.0.3",
"smartq": "^1.1.1",
"typings-global": "^1.0.17"
},