taskbuffer/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2016-02-12 03:49:31 +00:00
{
"name": "@pushrocks/taskbuffer",
2018-08-04 16:02:41 +00:00
"version": "2.0.1",
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": {
2018-08-04 15:53:22 +00:00
"test": "tstest test/",
"build": "echo \"Not needed for now\""
2016-02-12 03:49:31 +00:00
},
"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": {
2018-08-04 15:53:22 +00:00
"@pushrocks/lik": "^3.0.1",
"@pushrocks/smartdelay": "^2.0.1",
"@pushrocks/smartlog": "^2.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"@types/cron": "^1.3.0",
"cron": "^1.3.0",
"rxjs": "^6.2.2"
2016-02-12 03:49:31 +00:00
},
"devDependencies": {
2018-08-04 15:53:22 +00:00
"@gitzone/tstest": "^1.0.7",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.4"
},
"private": true
2016-02-12 03:49:31 +00:00
}