taskbuffer/package.json

43 lines
943 B
JSON
Raw Normal View History

2016-02-12 03:49:31 +00:00
{
"name": "taskbuffer",
2017-07-12 14:45:21 +00:00
"version": "1.0.22",
2016-08-01 11:35:33 +00:00
"description": "flexible task management. TypeScript ready!",
2016-02-18 21:26:18 +00:00
"main": "dist/index.js",
2016-05-23 03:37:12 +00:00
"typings": "dist/index.d.ts",
2016-02-12 03:49:31 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
2016-08-01 11:35:33 +00:00
"url": "git+https://gitlab.com/pushrocks/taskbuffer.git"
2016-02-12 03:49:31 +00:00
},
"keywords": [
"gulp",
2017-01-20 17:54:23 +00:00
"task",
"buffer",
"TypeScript",
"push.rocks"
2016-02-12 03:49:31 +00:00
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2016-08-01 11:35:33 +00:00
"url": "https://gitlab.com/pushrocks/taskbuffer/issues"
2016-02-12 03:49:31 +00:00
},
2016-08-01 11:35:33 +00:00
"homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
2016-02-12 03:49:31 +00:00
"dependencies": {
2017-06-17 14:56:33 +00:00
"@types/cron": "^1.2.1",
2016-09-02 16:11:33 +00:00
"@types/lodash": "4.x.x",
2017-06-09 21:26:23 +00:00
"beautylog": "^6.1.10",
2017-06-17 14:56:33 +00:00
"cron": "^1.2.1",
2017-07-10 10:45:33 +00:00
"lik": "^1.0.38",
2017-01-19 16:26:35 +00:00
"lodash": "^4.17.4",
2017-07-10 10:45:33 +00:00
"rxjs": "^5.4.2",
2017-06-17 14:56:33 +00:00
"smartdelay": "^1.0.3",
2017-07-10 10:45:33 +00:00
"smartq": "^1.1.6",
"typings-global": "^1.0.19"
2016-02-12 03:49:31 +00:00
},
"devDependencies": {
2017-07-10 10:45:33 +00:00
"tapbundle": "^1.1.0"
2016-02-12 03:49:31 +00:00
}
}